roles icon indicating copy to clipboard operation
roles copied to clipboard

Error (1/1) FatalErrorException Interface

Open tolgatasci opened this issue 7 years ago • 0 comments

(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;

tolgatasci avatar Aug 02 '17 09:08 tolgatasci