Mage2\User\Module::boot PHP Method

boot() public method

Bootstrap any application services.
public boot ( ) : void
return void
    public function boot()
    {
        $this->registerModule();
        $this->registerMiddleware();
        $this->registerAdminMenu();
        $this->registerPolicies();
        $this->registerViewComposerData();
    }