mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 06:23:23 +00:00
Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
<?php
|
|
|
|
use App\Support\V5\V5Feature;
|
|
|
|
return [
|
|
'enabled' => V5Feature::enabledForEnvironment((string) env('APP_ENV', 'production')),
|
|
];
|