#1 - skeleton polishing (#12)

* #1 - skeleton polishing

* #1 - readme
This commit is contained in:
Krzysztof Rewak
2022-01-12 08:49:22 +01:00
committed by GitHub
parent 262d37d862
commit 2abd83526d
18 changed files with 1346 additions and 77 deletions

View File

@@ -2,6 +2,8 @@
declare(strict_types=1);
use Toby\Models\User;
return [
"defaults" => [
"guard" => "web",
@@ -16,7 +18,7 @@ return [
"providers" => [
"users" => [
"driver" => "eloquent",
"model" => Toby\Models\User::class,
"model" => User::class,
],
],
"passwords" => [