Skip to content

Commit

Permalink
Merge pull request #1999 from titounnes/patch-11
Browse files Browse the repository at this point in the history
use CodeIgniter\Controller; not needed since Home Controller extends …
  • Loading branch information
lonnieezell authored May 13, 2019
2 parents 45174f7 + 30c54a4 commit f6a29f7
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 f6a29f7

Please sign in to comment.