Ejemplo n.º 1
0
 /**
  * Retrieve the handler for a command.
  *
  * @param mixed $command
  *
  * @return bool|mixed
  * @static
  */
 public static function getCommandHandler($command)
 {
     return \Illuminate\Bus\Dispatcher::getCommandHandler($command);
 }