Skip to content

Component exception #2

@ribsousa

Description

@ribsousa

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions