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