9 lines
488 B
PHP
9 lines
488 B
PHP
<?php
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
|
|
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
|
|
// Returns the private 'tactician.handler.method_name_inflector.handle_class_name_without_suffix' shared service.
|
|
|
|
return $this->services['tactician.handler.method_name_inflector.handle_class_name_without_suffix'] = new \League\Tactician\Handler\MethodNameInflector\HandleClassNameWithoutSuffixInflector();
|