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

singletonDependency() protected method

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