name(), $this->resourcesFolder() . 'views/');
// Replace an existing view with our own version.
View::registerCustomView('::chart-box', $this->name() . '::chart-box');
}
/**
* Where does this module store its resources
*
* @return string
*/
public function resourcesFolder(): string
{
return __DIR__ . '/resources/';
}
/**
* Add our own stylesheet to the existing stylesheets.
*
* @return array