Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
7 lines
140 B
Text
7 lines
140 B
Text
<?php
|
|
|
|
use App\Support\V5\V5Feature;
|
|
|
|
return [
|
|
'enabled' => V5Feature::enabledForEnvironment((string) env('APP_ENV', 'production')),
|
|
];
|