Skip to content

Commit b3f35d1

Browse files
committed
style: fix code style
1 parent aa957d1 commit b3f35d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/App/Shared/Providers/RouteServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
namespace App\Shared\Providers;
66

77
use Illuminate\Cache\RateLimiting\Limit;
8+
use Illuminate\Contracts\Config\Repository as ConfigRepository;
89
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
910
use Illuminate\Http\Request;
1011
use Illuminate\Routing\Router;
1112
use Illuminate\Support\Facades\RateLimiter;
1213
use OpenApi\Attributes as OA;
13-
use Illuminate\Contracts\Config\Repository as ConfigRepository;
1414

1515
#[OA\Info(
1616
version: 'v1.0',

0 commit comments

Comments
 (0)