Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User cannot implement Pingpong\Admin\Entities\User - it is not an interface #12

Closed
alexandrehumeau opened this issue Oct 31, 2014 · 1 comment

Comments

@alexandrehumeau
Copy link

Hello,

I followed your instructions. I have a clean install of Laravel 4. After login I have this error : User cannot implement Pingpong\Admin\Entities\User - it is not an interface.

Do you know what's wrong ?

Thanks a lot,
capture d ecran 2014-10-31 a 16 04 34

Alex

@gravitano
Copy link
Member

Don't use as interface, but extends as a class. For example :

use Pingpong\Admin\Entities\User as PingpongUser;

class User extends PingpongUser {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants