[CORE] Plugin API now extends a new Module API
This commit is contained in:
@@ -31,7 +31,7 @@ class ExtendedProfilePlugin extends Plugin
|
||||
{
|
||||
const PLUGIN_VERSION = '2.0.0';
|
||||
|
||||
function onPluginVersion(array &$versions)
|
||||
public function onPluginVersion(array &$versions): bool
|
||||
{
|
||||
$versions[] = array(
|
||||
'name' => 'ExtendedProfile',
|
||||
|
Reference in New Issue
Block a user