fix pacKman behavior

This commit is contained in:
Jean-Christian Paul Denis 2021-08-17 23:57:32 +02:00
parent 836f6eaf88
commit 47e3622cce

View File

@ -61,7 +61,7 @@ class licenseBootstrapBehaviors
&& $params['p'] == 'licenseBootstrap';
}
public static function packmanBeforeCreatePackage($core, $module, $a, $b, $c, $d)
public static function packmanBeforeCreatePackage($core, $module)
{
licenseBootstrap::addLicense($core, $module);
}