This commit is contained in:
Benjamin Beganović 2024-03-12 17:14:00 +01:00
parent 360d6325f5
commit 4a00d0c085

View File

@ -30,7 +30,6 @@ class RFF extends Component
public function render() public function render()
{ {
$gateway = CompanyGateway::findOrFail($this->context['form']['company_gateway_id']); $gateway = CompanyGateway::findOrFail($this->context['form']['company_gateway_id']);
$countries = Cache::get('countries'); $countries = Cache::get('countries');