We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a49002 commit eab8e65Copy full SHA for eab8e65
tests/TestsBase.php
@@ -1,8 +1,8 @@
1
<?php
2
3
-use Astrotomic\Translatable\TranslatableServiceProvider;
4
-use Illuminate\Contracts\Console\Kernel;
5
use Orchestra\Testbench\TestCase;
+use Illuminate\Contracts\Console\Kernel;
+use Astrotomic\Translatable\TranslatableServiceProvider;
6
7
class TestsBase extends TestCase
8
{
0 commit comments