Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Danilchenko committed Dec 8, 2023
1 parent 0b149f3 commit e7b56eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ViteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace TTBooking\ViteManager;

use Illuminate\Support\Facades\Blade;
use TTBooking\ViteManager\Contracts\Vite;
use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
use TTBooking\ViteManager\Contracts\Vite;

class ViteServiceProvider extends ServiceProvider implements DeferrableProvider
{
Expand Down

0 comments on commit e7b56eb

Please sign in to comment.