pgrzesiecki / laravel-acl

Advanced ACL for Laravel
50 stars 22 forks source link

Error #14

Closed dg482 closed 7 years ago

dg482 commented 7 years ago

FatalErrorException in Acl.php line 8: Cannot use Signes\Acl\Contract\UserInterface as UserInterface because the name is already in use

643013fbb8

Sorry for my English, the error is caused when you try to play an example. When you install the package through the composer was a mistake.

pgrzesiecki commented 7 years ago

Correct interface is Signes\Acl\Contract\UserInterface. There is no class Signes\Acl\UserINterface in repository.

Sorry for my late response.