Skip to content

Commit

Permalink
fix use
Browse files Browse the repository at this point in the history
  • Loading branch information
Thombrix committed Dec 18, 2023
1 parent dae0497 commit 43496a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend-laravel/app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
use Illuminate\Http\Request;
use Illuminate\Support\Facades\RateLimiter;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\URL;

class RouteServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 43496a6

Please sign in to comment.