prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 0 additions and 6 deletions
Showing only changes of commit 1e0cf9a9e0 - Show all commits

View File

@ -7,17 +7,11 @@ use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*/
public function register(): void
{
//
}
/**
* Bootstrap any application services.
*/
public function boot(UrlGenerator $url): void
{
if (env('APP_ENV') == 'production') {