/** * Register command-to-handler mappings. * * @param array $commands * @return void * @static */ public static function maps($commands) { \Illuminate\Bus\Dispatcher::maps($commands); }