コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Dimimo/Booklet
 /**
  * Retrieve the handler for a command.
  *
  * @param mixed $command
  *
  * @return bool|mixed
  * @static
  */
 public static function getCommandHandler($command)
 {
     return \Illuminate\Bus\Dispatcher::getCommandHandler($command);
 }