Skip to content

Commit

Permalink
Merge pull request #244 from ajoy39/master
Browse files Browse the repository at this point in the history
Fix typo in HasRole trait
  • Loading branch information
kodeine committed Oct 21, 2019
2 parents e74c7de + d5bdcc8 commit 5cca6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kodeine/Acl/Traits/HasRole.php
Expand Up @@ -3,7 +3,7 @@
namespace Kodeine\Acl\Traits;

use Kodeine\Acl\Traits\HasPermission;
use Illuminat\Support\Str;
use Illuminate\Support\Str;

/**
* Class HasRoleImplementation
Expand Down

0 comments on commit 5cca6ff

Please sign in to comment.