Gitamin\Providers\AppServiceProvider::boot PHP Method

boot() public method

Boot the service provider.
public boot ( Collective\Bus\Dispatcher $dispatcher )
$dispatcher Collective\Bus\Dispatcher
    public function boot(Dispatcher $dispatcher)
    {
        $dispatcher->mapUsing(function ($command) {
            return Dispatcher::simpleMapping($command, 'Gitamin', 'Gitamin\\Handlers');
        });
    }
AppServiceProvider