initial build

This commit is contained in:
2019-09-26 20:00:32 -05:00
parent 89a691af52
commit 37069bceec
19 changed files with 660 additions and 107 deletions

View File

@@ -68,7 +68,7 @@ return [
'providers' => [
'users' => [
'driver' => 'eloquent',
'model' => App\User::class,
'model' => App\Models\User\User::class,
],
// 'users' => [