Skip to content

Commit 2460f94

Browse files
authored
Merge pull request #5 from codestudiollc/analysis-8bJLPQ
Apply fixes from StyleCI
2 parents 5e3ccd3 + 2f7ccb4 commit 2460f94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/TestCase.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Orchestra\Testbench\Exceptions\Handler;
1010
use Illuminate\Contracts\Debug\ExceptionHandler;
1111
use Studio\Totem\Providers\TotemServiceProvider;
12-
use Studio\Totem\Providers\TotemRouteServiceProvider;
1312

1413
class TestCase extends \Orchestra\Testbench\TestCase
1514
{
@@ -44,7 +43,7 @@ public function setUp()
4443
protected function getPackageProviders($app)
4544
{
4645
return [
47-
TotemServiceProvider::class
46+
TotemServiceProvider::class,
4847
];
4948
}
5049

0 commit comments

Comments
 (0)