Esempio n. 1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle($x = "p")
 {
     $this->comment("Your name is {$x}\n");
     $this->comment(Dashboard::find(90)->valid_results);
 }