diff --git a/src/Users/EloquentUser.php b/src/Users/EloquentUser.php index 7ad24ca9..f03d9ff6 100644 --- a/src/Users/EloquentUser.php +++ b/src/Users/EloquentUser.php @@ -36,10 +36,11 @@ use Cartalyst\Sentinel\Persistences\EloquentPersistence; use Cartalyst\Sentinel\Persistences\PersistableInterface; use Illuminate\Database\Eloquent\Relations\BelongsToMany; +use Illuminate\Notifications\Notifiable; class EloquentUser extends Model implements PermissibleInterface, PersistableInterface, RoleableInterface, UserInterface { - use PermissibleTrait; + use PermissibleTrait,Notifiable; /** * The table associated with the model.