Default new bootstrap/app.php

This commit is contained in:
Shift
2024-04-05 18:36:48 +00:00
parent 6111bc0433
commit 322a11dced
2 changed files with 23 additions and 50 deletions

5
bootstrap/providers.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
App\Providers\AppServiceProvider::class,
];