public function componentDetails()
 {
     return ['name' => LangUtils::plugin('name'), 'description' => LangUtils::name('component.description')];
 }
 public function pluginDetails()
 {
     return ['name' => LangUtils::plugin('name'), 'description' => LangUtils::plugin('description'), 'author' => 'thewizardplusplus', 'icon' => 'icon-copyright', 'homepage' => 'https://github.com/thewizardplusplus/october-copyright-years'];
 }