Пример #1
0
 /**
  * Get all of the commands registered with the console.
  *
  * @return array 
  * @static 
  */
 public static function all()
 {
     //Method inherited from \Illuminate\Foundation\Console\Kernel
     return \App\Console\Kernel::all();
 }