Skip to content

Commit

Permalink
Merge pull request #2145 from andreportaro/remove_usermodel_reference
Browse files Browse the repository at this point in the history
Remove UserModel reference from Home controller
  • Loading branch information
lonnieezell authored Aug 20, 2019
2 parents b889831 + 8ff3f96 commit 5d60502
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Controllers/Home.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php namespace App\Controllers;

use App\Models\UserModel;

class Home extends BaseController
{
public function index()
Expand Down

0 comments on commit 5d60502

Please sign in to comment.