mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-14 09:18:39 +00:00
change module info name
This commit is contained in:
parent
5c9ac88451
commit
f628acc03a
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
||||||
namespace Modules\Search\Admin;
|
namespace Modules\Search\Admin;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\DatabasePool;
|
use phpOMS\DataStorage\Database\DatabasePool;
|
||||||
use phpOMS\Module\InfoManager;
|
use phpOMS\Module\ModuleInfo;
|
||||||
use phpOMS\Module\InstallerAbstract;
|
use phpOMS\Module\InstallerAbstract;
|
||||||
use phpOMS\System\File\PathException;
|
use phpOMS\System\File\PathException;
|
||||||
use phpOMS\System\File\PermissionException;
|
use phpOMS\System\File\PermissionException;
|
||||||
|
|
@ -34,7 +34,7 @@ class Installer extends InstallerAbstract
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static function install(DatabasePool $dbPool, InfoManager $info) : void
|
public static function install(DatabasePool $dbPool, ModuleInfo $info) : void
|
||||||
{
|
{
|
||||||
if (\file_exists(__DIR__ . '/../SearchCommands.php')) {
|
if (\file_exists(__DIR__ . '/../SearchCommands.php')) {
|
||||||
\unlink(__DIR__ . '/../SearchCommands.php');
|
\unlink(__DIR__ . '/../SearchCommands.php');
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Search\Controller;
|
namespace Modules\Search\Controller;
|
||||||
|
|
||||||
use phpOMS\ApplicationAbstract;
|
use phpOMS\Application\ApplicationAbstract;
|
||||||
use phpOMS\Message\NotificationLevel;
|
use phpOMS\Message\NotificationLevel;
|
||||||
use phpOMS\Message\RequestAbstract;
|
use phpOMS\Message\RequestAbstract;
|
||||||
use phpOMS\Message\ResponseAbstract;
|
use phpOMS\Message\ResponseAbstract;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user