mirror of
https://github.com/phpmon/website
synced 2025-08-07 14:50:09 +02:00
Upgrade to Laravel 11
This commit is contained in:
7
bootstrap/providers.php
Normal file
7
bootstrap/providers.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
];
|
Reference in New Issue
Block a user