Удалить AppServiceProvider.php

This commit is contained in:
InsaneTrash 2025-03-20 08:10:53 +00:00
parent 7f16a3ef1b
commit 13c6e58b69

View File

@ -1,24 +0,0 @@
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*/
public function register(): void
{
//
}
/**
* Bootstrap any application services.
*/
public function boot(): void
{
//
}
}