modify plugin name
This commit is contained in:
@@ -252,14 +252,11 @@ class Application extends BaseApplication
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return void
|
* @return void
|
||||||
* @throws ContainerExceptionInterface
|
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
* @throws NotFoundExceptionInterface
|
|
||||||
* @throws ReflectionException
|
* @throws ReflectionException
|
||||||
*/
|
*/
|
||||||
protected function fileListener(): void
|
protected function fileListener(): void
|
||||||
{
|
{
|
||||||
$this->getEventDispatch()->dispatch(new CreateConnectionPool());
|
|
||||||
$config = Config::get('scanner', []);
|
$config = Config::get('scanner', []);
|
||||||
if (is_array($config)) foreach ($config as $key => $value) {
|
if (is_array($config)) foreach ($config as $key => $value) {
|
||||||
scan_directory($value, $key);
|
scan_directory($value, $key);
|
||||||
|
|||||||
Reference in New Issue
Block a user