feat: remove laravel garbage

This commit is contained in:
2024-08-07 12:33:02 +02:00
parent aa322eafdb
commit 1d1b70d74d
7 changed files with 0 additions and 220 deletions

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
{
//
}
}