From 0dc097dd61a70b6b22cc897c43b5037d9712a848 Mon Sep 17 00:00:00 2001 From: Michael Slowik Date: Wed, 30 Sep 2020 17:17:27 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {