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

Commit 09ce965

Browse files
committed
missed a class in the test suite
1 parent 1297786 commit 09ce965

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
@@ -28,7 +28,7 @@ protected function getEnvironmentSetup($app)
2828
protected function getPackageProviders()
2929
{
3030
return [
31-
AdldapServiceProvider::class,
31+
'Adldap\Laravel\AdldapServiceProvider',
3232
];
3333
}
3434

0 commit comments

Comments
 (0)