Add missing return argument in the ResourceConfigForm
This commit is contained in:
parent
ba8d7e0afd
commit
49f89ee505
|
@ -149,7 +149,7 @@ class ResourceConfigForm extends ConfigForm
|
|||
}
|
||||
} catch (InvalidArgumentException $e) {
|
||||
Notification::error($e->getMessage());
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($this->save()) {
|
||||
|
|
Loading…
Reference in New Issue