Owl\Providers\ConfigServiceProvider::register PHP 메소드

register() 공개 메소드

This service provider is intended to provide a convenient location for you to overwrite any "vendor" or package configuration that you may want to modify before the application handles the incoming request / command.
public register ( ) : void
리턴 void
    public function register()
    {
        config([]);
    }
ConfigServiceProvider