Example #1
0
 /**
  * Get the output for the last run command.
  *
  * @return string
  */
 public function output()
 {
     return $this->artisan->output();
 }