コード例 #1
0
ファイル: AlgoliaCommand.php プロジェクト: Narcotic/snipp
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $this->snippet->reindex();
 }