This commit is contained in:
2024-07-12 18:57:24 +02:00
parent c5842e58f2
commit 1d93997d82
85 changed files with 11117 additions and 0 deletions
@@ -0,0 +1,28 @@
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*
* @return void
*/
public function register()
{
//
}
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
//
}
}