Added leenooks/sqrl

This commit is contained in:
Deon George
2020-08-12 16:25:42 +10:00
parent fde1ee1826
commit efe4c514a7
3 changed files with 14 additions and 6 deletions

View File

@@ -23,9 +23,9 @@ $app = new Laravel\Lumen\Application(
dirname(__DIR__)
);
// $app->withFacades();
$app->withFacades();
// $app->withEloquent();
$app->withEloquent();
/*
|--------------------------------------------------------------------------
@@ -94,6 +94,7 @@ $app->configure('app');
// $app->register(App\Providers\AppServiceProvider::class);
// $app->register(App\Providers\AuthServiceProvider::class);
// $app->register(App\Providers\EventServiceProvider::class);
$app->register(Leenooks\SQRL\SQRLServiceProvider::class);
/*
|--------------------------------------------------------------------------