Skip to content

Commit 05b813b

Browse files
committed
Update code comment
1 parent 48bc106 commit 05b813b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected function getEnvironmentSetUp($app)
129129
$app['config']->set('permission.column_names.permission_pivot_key', 'permission_test_id');
130130
$app['config']->set('view.paths', [__DIR__.'/resources/views']);
131131

132-
// ensure api guard exists (required since Laravel 8.55)
132+
// ensure api guard exists, since we use it for testing multi-guard support
133133
$app['config']->set('auth.guards.api', ['driver' => 'session', 'provider' => 'users']);
134134

135135
// Set-up admin guard

0 commit comments

Comments
 (0)