mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-16 17:54:06 +00:00
refactor namespace and update routes for api
This commit is contained in:
@@ -67,7 +67,7 @@ return [
|
||||
'providers' => [
|
||||
'users' => [
|
||||
'driver' => 'eloquent',
|
||||
'model' => Laraspace\User::class,
|
||||
'model' => Crater\User::class,
|
||||
],
|
||||
|
||||
// 'users' => [
|
||||
|
||||
Reference in New Issue
Block a user