Skip to content

Commit

Permalink
change registerClassAliases to public method as in PluginBase
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed May 10, 2021
1 parent 5d44cbb commit fa919eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ protected function registerAssetBundles()
});
}

protected function registerClassAliases()
public function registerClassAliases()
{
/**
* To allow compatibility with plugins that extend the original RainLab.Translate plugin,
Expand Down

0 comments on commit fa919eb

Please sign in to comment.