Skip to content

Commit

Permalink
Remove UserModel reference from Home controller
Browse files Browse the repository at this point in the history
sign
  • Loading branch information
andreportaro committed Aug 17, 2019
1 parent 6f156c5 commit 58f7764
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
2 changes: 1 addition & 1 deletion contributing/styleguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ your own applications.
The `PHP Interop Group <http://www.php-fig.org/>`_ has proposed a number of
canonical recommendations for PHP code style. CodeIgniter is not a member of
of PHP-FIG. We commend their efforts to unite the PHP community,
but no not agree with all of their recommendations.
but do not agree with all of their recommendations.

PSR-2 is PHP-FIG's Coding Style Guide. We do not claim conformance with it,
although there are a lot of similarities. The differences will be pointed out
Expand Down

0 comments on commit 58f7764

Please sign in to comment.