Skip to content

Commit c93559c

Browse files
author
Gregor Becker
committed
refactor(laravel-soap-199): fix styleci
1 parent 8a35ca3 commit c93559c

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
@@ -19,7 +19,7 @@ protected function getPackageProviders($app)
1919
{
2020
return [
2121
SoapServiceProvider::class,
22-
RayServiceProvider::class
22+
RayServiceProvider::class,
2323
];
2424
}
2525

0 commit comments

Comments
 (0)