Exemple #1
0
 /**
  * Determine if the given command has a handler.
  *
  * @param mixed $command
  *
  * @return bool
  * @static
  */
 public static function hasCommandHandler($command)
 {
     return \Illuminate\Bus\Dispatcher::hasCommandHandler($command);
 }