fix: SaveConfigurationSync

This commit is contained in:
Andras Bacsai
2023-09-14 16:55:13 +02:00
parent 8412802f4d
commit e89868c692
5 changed files with 4 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
namespace App\Http\Livewire\Server\Proxy;
use App\Actions\Proxy\SaveConfigurationSync;
use App\Actions\Proxy\StartProxy;
use App\Models\Server;
use Livewire\Component;