We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bc106 commit 05b813bCopy full SHA for 05b813b
tests/TestCase.php
@@ -129,7 +129,7 @@ protected function getEnvironmentSetUp($app)
129
$app['config']->set('permission.column_names.permission_pivot_key', 'permission_test_id');
130
$app['config']->set('view.paths', [__DIR__.'/resources/views']);
131
132
- // ensure api guard exists (required since Laravel 8.55)
+ // ensure api guard exists, since we use it for testing multi-guard support
133
$app['config']->set('auth.guards.api', ['driver' => 'session', 'provider' => 'users']);
134
135
// Set-up admin guard
0 commit comments