示例#1
0
 /**
  * Map a command to a handler.
  *
  * @param array $map
  *
  * @return $this
  * @static
  */
 public static function map($map)
 {
     return \Illuminate\Bus\Dispatcher::map($map);
 }