Add missing return argument in the ResourceConfigForm
This commit is contained in:
parent
c2d7f0577e
commit
8b07a0e29a
|
@ -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