App\Providers\ConfigServiceProvider::register PHP Méthode

register() public méthode

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