Skip to content

Commit eab8e65

Browse files
committed
fix php cs
1 parent 3a49002 commit eab8e65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestsBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
use Astrotomic\Translatable\TranslatableServiceProvider;
4-
use Illuminate\Contracts\Console\Kernel;
53
use Orchestra\Testbench\TestCase;
4+
use Illuminate\Contracts\Console\Kernel;
5+
use Astrotomic\Translatable\TranslatableServiceProvider;
66

77
class TestsBase extends TestCase
88
{

0 commit comments

Comments
 (0)