Fix bug where failure graph would not update

This commit is contained in:
Henry Whitaker
2021-09-11 09:29:21 +01:00
parent b3ba6a8b06
commit 6905a5aac0
5 changed files with 10 additions and 4 deletions

View File

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