mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
Apply fixes from StyleCI (#1173)
This commit is contained in:
parent
0fff66ece8
commit
9781c8ae88
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ abstract class TestCase extends BaseTestCase
|
||||||
use DatabaseTransactions;
|
use DatabaseTransactions;
|
||||||
use CreatesApplication;
|
use CreatesApplication;
|
||||||
use InteractsWithIoc;
|
use InteractsWithIoc;
|
||||||
|
|
||||||
public function setUp(): void
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
Loading…
Reference in a new issue