mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-02-02 18:58:42 +00:00
Usage of InfoManager
This commit is contained in:
parent
ffe53008a1
commit
46e2e2ade5
|
|
@ -36,7 +36,7 @@ class Installer extends InstallerAbstract
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function install(Pool $dbPool, array $info)
|
||||
public static function install(Pool $dbPool, InfoManager $info)
|
||||
{
|
||||
parent::install($dbPool, $info);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class Uninstall extends UninstallAbstract
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function uninstall(Pool $dbPool, array $info)
|
||||
public static function uninstall(Pool $dbPool, InfoManager $info)
|
||||
{
|
||||
parent::uninstall($dbPool, $info);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,16 +57,6 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
*/
|
||||
const MODULE_NAME = 'Contact';
|
||||
|
||||
/**
|
||||
* Localization files.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $localization = [
|
||||
RequestDestination::BACKEND => [''],
|
||||
];
|
||||
|
||||
/**
|
||||
* Providing.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user