Skip to content

Commit

Permalink
fixed the apicontroller/controller conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Nov 2, 2019
1 parent cc40d12 commit dc64ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/apiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* --------------------------
* Loads the model and views
*/
class Controller {
class ApiController {
public $response;
public function __construct() {
$this->$response = new Response;
Expand Down

0 comments on commit dc64ca8

Please sign in to comment.