Skip to content

Commit

Permalink
Remove final
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Bathman <[email protected]>
  • Loading branch information
mateusjunges and jakebathman authored Aug 9, 2024
1 parent 7c488fe commit 5af0c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Illuminate\Support\Facades\RateLimiter;
use Illuminate\Support\Facades\Route;

final class RouteServiceProvider extends ServiceProvider
class RouteServiceProvider extends ServiceProvider
{
/**
* The path to the "home" route for your application.
Expand Down

0 comments on commit 5af0c0e

Please sign in to comment.