コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Dimimo/Booklet
 /**
  * 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);
 }