app->singleton(AuthFinderFacade::class, function () { return AuthFinderFacade::user(); }); } /** * Get the services provided by the provider. * * @return array */ public function provides() { return [AuthFinder::class]; } }