芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/vendor/spatie/laravel-ignition/src/Support/RunnableSolutionsGuard.php
environment('local') && ! app()->environment('development')) { // Never run solutions on non-local environments. This avoids exposing // applications that are somehow APP_ENV=production with APP_DEBUG=true. return false; } return config('app.debug'); } }