|
@@ -5,7 +5,6 @@ namespace SixShop\System;
|
|
|
|
|
|
|
|
use SixShop\Core\ExtensionAbstract;
|
|
use SixShop\Core\ExtensionAbstract;
|
|
|
use SixShop\System\Cron\SystemCron;
|
|
use SixShop\System\Cron\SystemCron;
|
|
|
-use SixShop\System\Hook\ExtensionHook;
|
|
|
|
|
use SixShop\System\Hook\GatheringCrontabEventHook;
|
|
use SixShop\System\Hook\GatheringCrontabEventHook;
|
|
|
|
|
|
|
|
class Extension extends ExtensionAbstract
|
|
class Extension extends ExtensionAbstract
|
|
@@ -14,7 +13,6 @@ class Extension extends ExtensionAbstract
|
|
|
public function getHooks(): array
|
|
public function getHooks(): array
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
- ExtensionHook::class,
|
|
|
|
|
GatheringCrontabEventHook::class
|
|
GatheringCrontabEventHook::class
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|