mancava la classe URL

This commit is contained in:
Amministratore 2025-10-15 13:29:48 +02:00
parent b1a9abaf7f
commit 13553db970

View File

@ -3,6 +3,7 @@
namespace App\Providers; namespace App\Providers;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\URL;
class AppServiceProvider extends ServiceProvider class AppServiceProvider extends ServiceProvider
{ {