Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit ab11b34

Browse files
stevebaumanStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 82bc927 commit ab11b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FunctionalTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function getEnvironmentSetup($app)
4444
$app['config']->set('auth.providers', [
4545
'adldap' => [
4646
'driver' => 'adldap',
47-
'model' => 'Adldap\Laravel\Tests\Models\User',
47+
'model' => 'Adldap\Laravel\Tests\Models\User',
4848
],
4949
]);
5050
}

0 commit comments

Comments
 (0)