refactor: Import ProxyTypes enum and use TRAEFIK instead of TRAEFIK_V2
This commit is contained in:
parent
8fa1fcf96e
commit
d75ed0b208
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
use App\Actions\Proxy\SaveConfiguration;
|
||||
use App\Enums\ProxyTypes;
|
||||
use App\Models\Application;
|
||||
use App\Models\Server;
|
||||
use Symfony\Component\Yaml\Yaml;
|
||||
|
|
|
|||
Loading…
Reference in a new issue