This commit is contained in:
2021-08-05 16:25:17 +08:00
parent 7647c55283
commit 64df33b1f2
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -33,12 +33,9 @@ class Kafka implements CustomProcess
/**
* @param array $kafkaConfig
* @throws ReflectionException
* @throws NotFindClassException
*/
public function __construct(public array $kafkaConfig)
{
scan_directory(directory('app'), 'App', [CONTROLLER_PATH]);
}