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, ],