From b2c46366e1305a0aa0b2bb8a20f1bbb664aec6fa Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sat, 14 Aug 2021 09:59:49 +0800 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ffd71a..9e1cca1 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Open `config/orchestra/tenanti.php` and customize the drivers. return [ 'drivers' => [ 'user' => [ - 'model' => App\User::class, + 'model' => App\User::class, 'paths' => [ database_path('tenanti/user'), ],