Skip to content

Instantly share code, notes, and snippets.

@sirawitpra
Last active July 3, 2017 11:23
Show Gist options
  • Save sirawitpra/93ddd41dde8b1a4ea80ca5ab1e830276 to your computer and use it in GitHub Desktop.
Save sirawitpra/93ddd41dde8b1a4ea80ca5ab1e830276 to your computer and use it in GitHub Desktop.
<?php
// previous code
public function handle()
{
$this->line('Updating the index...');
Search::update(); // ¯\_(ツ)_/¯
$this->line('Surprise! It is finished!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment