-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The component 'CGGStudio\Loading\Components\Loading' does not contain a method 'propertyOrParam'.
}
if (method_exists($this->controller, $method)) {
return call_user_func_array([$this->controller, $method], $parameters);
}
throw new CmsException(Lang::get('cms::lang.component.method_not_found', [
'name' => get_class($this),
'method' => $method
]));
}
> /**
Metadata
Metadata
Assignees
Labels
No labels