Skip to content

Commit dc64ca8

Browse files
committed
fixed the apicontroller/controller conflict
1 parent cc40d12 commit dc64ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/apiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* --------------------------
77
* Loads the model and views
88
*/
9-
class Controller {
9+
class ApiController {
1010
public $response;
1111
public function __construct() {
1212
$this->$response = new Response;

0 commit comments

Comments
 (0)