App\Providers\ConfigServiceProvider::register PHP Method

register() public method

public register ( )
    public function register()
    {
        $this->configureAuthorization();
        $this->configureCacheProvider();
        $this->configureEmailRecipients();
    }