Commit bc5d9023 authored by hangjun83's avatar hangjun83

openapi

parent 64b461fd
...@@ -40,9 +40,9 @@ class AppServiceProvider extends ServiceProvider ...@@ -40,9 +40,9 @@ class AppServiceProvider extends ServiceProvider
} }
//单例绑定,初始化kafka //单例绑定,初始化kafka
$this->app->singleton(KafkaService::class,function($app){ /*$this->app->singleton(KafkaService::class,function($app){
return new KafkaService(config('kafka.kafka')); return new KafkaService(config('kafka.kafka'));
}); });*/
$this->commands([ $this->commands([
\App\Console\Commands\IntegleJobCommand::class, \App\Console\Commands\IntegleJobCommand::class,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment