mapUsing(function($command) { return Dispatcher::simpleMapping( $command, 'App\Commands', 'App\Handlers\Commands' ); }); } /** * Register any application services. * * @return void */ public function register() { // } }