Example #1
0
 /**
  * 
  *
  * @static 
  */
 public static function setDispatcher($dispatcher)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::setDispatcher($dispatcher);
 }