Page Loading Indicator

In many templates or pages we wait for this all information loaded to display the page. This is what makes this plugin, put the logo of loading until it has completed the full page load.

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