From d15946df2dfb0ae2f0ca9371e5c8071df91ab45a Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Mon, 8 Oct 2018 19:30:37 +0200 Subject: Changed `src/` code and templates to use the new user model --- src/Helpers/AuthenticatorServiceProvider.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Helpers/AuthenticatorServiceProvider.php (limited to 'src/Helpers/AuthenticatorServiceProvider.php') diff --git a/src/Helpers/AuthenticatorServiceProvider.php b/src/Helpers/AuthenticatorServiceProvider.php new file mode 100644 index 00000000..b7508b01 --- /dev/null +++ b/src/Helpers/AuthenticatorServiceProvider.php @@ -0,0 +1,17 @@ +app->make(Authenticator::class); + + $this->app->instance(Authenticator::class, $authenticator); + $this->app->instance('authenticator', $authenticator); + } +} -- cgit v1.2.3-54-g00ecf