Skip to content

Commit 67ed884

Browse files
committed
Style
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent 3d90559 commit 67ed884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/RateLimit/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
use Illuminate\Cache\CacheManager;
77
use Illuminate\Support\Collection;
88
use Illuminate\Container\Container;
9+
use Illuminate\Support\Facades\Date;
910
use Dingo\Api\Http\RateLimit\Throttle\Route;
1011
use Dingo\Api\Contract\Http\RateLimit\Throttle;
1112
use Dingo\Api\Contract\Http\RateLimit\HasRateLimiter;
12-
use Illuminate\Support\Facades\Date;
1313

1414
class Handler
1515
{

0 commit comments

Comments
 (0)