Fix for when no zones/echoareas have been created yet in a domain

This commit is contained in:
2024-05-29 18:59:44 +10:00
parent c414ebd053
commit 31770241ec
5 changed files with 25 additions and 9 deletions

View File

@@ -8,12 +8,10 @@ use Illuminate\Support\Facades\Gate;
use Illuminate\Validation\Rule;
use App\Classes\FTN\Packet;
use App\Models\{Setup,System};
use App\Models\Setup;
class SystemRegisterRequest extends FormRequest
{
private System $so;
/**
* Determine if the user is authorized to make this request.
*