We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | ], |
63 | 63 | |
64 | 64 | // CSS files that are loaded in all pages, using Laravel's mix() helper |
65 | - 'mix_styles' => [ // file_path => manifest_directory_path |
|
65 | + 'mix_styles' => [// file_path => manifest_directory_path |
|
66 | 66 | // 'css/app.css' => '', |
67 | 67 | ], |
68 | 68 | |
@@ -207,7 +207,7 @@ discard block |
||
207 | 207 | */ |
208 | 208 | |
209 | 209 | // Fully qualified namespace of the User model |
210 | - 'user_model_fqn' => App\User::class, // For Laravel 7 and below |
|
210 | + 'user_model_fqn' => App\User::class, // For Laravel 7 and below |
|
211 | 211 | // 'user_model_fqn' => App\Models\User::class, // For Laravel 8 |
212 | 212 | |
213 | 213 | // The classes for the middleware to check if the visitor is an admin |