Back to Page Loading Indicator Support

VijayP
VijayP
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
        ]));
    }

  > /**

Last updated

tusharpandya1234a26657
tusharpandya1234a26657

propertyOrParam was removed from OctoberCMS check : octobercms/october@9927568

1-2 of 2