roles
roles copied to clipboard
Error (1/1) FatalErrorException Interface
(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;