Skip to content

Commit

Permalink
Apply fixes from StyleCI (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgavin authored May 31, 2023
1 parent e9c6f71 commit 7621673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/laravel-follow.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'providers' => [
'users' => [
'driver' => 'eloquent',
'model' => App\Models\User::class
'model' => App\Models\User::class,
],
],
];

0 comments on commit 7621673

Please sign in to comment.