Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 12, 2022
1 parent 9820e96 commit 95a99a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/DuskTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use BladeUI\Icons\BladeIconsServiceProvider;
use Laravel\Dusk\Browser;
use Orchestra\Testbench\Dusk\TestCase as BaseTestCase;
use Rapidez\Core\Models\Product;
use Rapidez\Core\Facades\Rapidez;
use Rapidez\Core\Models\Product;
use Rapidez\Core\RapidezServiceProvider;
use TorMorten\Eventy\EventServiceProvider;

Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Illuminate\Support\Facades\Schema;
use Orchestra\Testbench\TestCase as BaseTestCase;
use Rapidez\Core\Models\Product;
use Rapidez\Core\Facades\Rapidez;
use Rapidez\Core\Models\Product;
use Rapidez\Core\RapidezServiceProvider;
use TorMorten\Eventy\EventServiceProvider;

Expand Down

0 comments on commit 95a99a7

Please sign in to comment.