bitExpert\Disco\Config\BeanConfigurationWithProtectedMethod::nonSingletonDependency PHP Method

nonSingletonDependency() protected method

protected nonSingletonDependency ( ) : SampleService
return bitExpert\Disco\Helper\SampleService
    protected function nonSingletonDependency() : SampleService
    {
        return new SampleService();
    }