diff --git a/README.md b/README.md index 35be217..0938837 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,10 @@ Eloquent example: namespace App; -use Illuminate\Notifications\Notifiable; +use Firevel\FirebaseAuthentication\FirebaseAuthenticable; use Illuminate\Contracts\Auth\MustVerifyEmail; use Illuminate\Foundation\Auth\User as Authenticatable; +use Illuminate\Notifications\Notifiable; class User extends Authenticatable {