芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Providers/AppServiceProvider.php
app['request']->server->set('HTTPS', true); } } public function boot() { Cashier::useCustomerModel(Company::class); if (config('app.redirect_https')) { \URL::forceScheme('https'); } Schema::defaultStringLength(191); if (app()->environment('development')) { $this->app->register(IdeHelperServiceProvider::class); } CarbonInterval::macro('formatHuman', function ($totalMinutes, $seconds = false): string { if ($seconds) { return static::seconds($totalMinutes)->cascade()->forHumans(['short' => true, 'options' => 0]); /** @phpstan-ignore-line */ } return static::minutes($totalMinutes)->cascade()->forHumans(['short' => true, 'options' => 0]); /** @phpstan-ignore-line */ }); } }