From 891bc10aeb31c97290ac3ca24a38bf20fe0efce7 Mon Sep 17 00:00:00 2001 From: Farid Saravi Date: Mon, 23 Sep 2019 18:38:07 +0330 Subject: [PATCH] remove deprecated facade --- config/app.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/app.php b/config/app.php index 4b6def4..37abb4f 100644 --- a/config/app.php +++ b/config/app.php @@ -224,7 +224,6 @@ return [ 'URL' => Illuminate\Support\Facades\URL::class, 'Validator' => Illuminate\Support\Facades\Validator::class, 'View' => Illuminate\Support\Facades\View::class, - 'AuthFinder' => App\CorePackages\Authenticate\AuthFinderFacade::class, ],