Skip to content

Commit

Permalink
Remove UserModel reference from Home controller
Browse files Browse the repository at this point in the history
sign commit
  • Loading branch information
andreportaro committed Aug 17, 2019
1 parent 6f156c5 commit 8ff3f96
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 8ff3f96

Please sign in to comment.