Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Error (1/1) FatalErrorException Interface #213

Open
tolgatasci opened this issue Aug 2, 2017 · 0 comments
Open

Error (1/1) FatalErrorException Interface #213

tolgatasci opened this issue Aug 2, 2017 · 0 comments

Comments

@tolgatasci
Copy link

(1/1) FatalErrorExceptionInterface 'App\AuthenticatableContract' not found

in User.php (line 10)

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Notifications\Notifiable;
use Bican\Roles\Traits\HasRoleAndPermission;
use Bican\Roles\Contracts\HasRoleAndPermission as HasRoleAndPermissionContract;

class User extends Model implements AuthenticatableContract, CanResetPasswordContract, HasRoleAndPermissionContract
{
    use Authenticatable, CanResetPassword, HasRoleAndPermission;
    use Notifiable;

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

No branches or pull requests

1 participant