3 namespace App\Console\Commands;
5 use Illuminate\Console\Command;
7 class PleaseRefresh extends Command
10 * The name and signature of the console command.
14 protected $signature = 'app:refresh';
17 * The console command description.
21 protected $description = 'Ask clients to reload';
24 * Execute the console command.
28 public function handle()
30 \App\Events\PleaseRefresh::dispatch();