コード例 #1
0
ファイル: Parser.php プロジェクト: puntik/amanda_api
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $this->feedService->run();
 }
コード例 #2
0
ファイル: ParserListener.php プロジェクト: puntik/amanda_api
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $this->feedService->run();
     $callback = function ($message) {
     };
 }