diff --git a/app/AdminAgent/Forms/AgentInfo.php b/app/AdminAgent/Forms/AgentInfo.php index a29ea0f..defb909 100644 --- a/app/AdminAgent/Forms/AgentInfo.php +++ b/app/AdminAgent/Forms/AgentInfo.php @@ -1,6 +1,7 @@ select('type')->options(AgentType::array())->disable(); $this->text('name')->required(); $this->text('company_name')->required(); $this->text('credit_codes')->required();