Skip to content

Commit

Permalink
Namespace adjustments. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Aug 23, 2018
1 parent 564c934 commit 604ab63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Authorization/FlatAuthorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

use CodeIgniter\Model;
use CodeIgniter\Events\Events;
use Myth\Authorization\GroupModel;
use Myth\Authorization\PermissionModel;

class FlatAuthorization implements AuthorizeInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Authorization/PermissionModel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace Myth\Authorization;
<?php namespace Myth\Auth\Authorization;

use CodeIgniter\Model;

Expand Down

0 comments on commit 604ab63

Please sign in to comment.