mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-06-01 07:59:01 +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