Skip to content

Commit

Permalink
use CodeIgniter\Controller; not needed since Home Controller extends …
Browse files Browse the repository at this point in the history
…BaseController
  • Loading branch information
titounnes authored May 12, 2019
1 parent 45174f7 commit 30c54a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Controllers/Home.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php namespace App\Controllers;

use CodeIgniter\Controller;
use App\Models\UserModel;

class Home extends BaseController
Expand Down

0 comments on commit 30c54a4

Please sign in to comment.