9 lines
414 B
PHP
9 lines
414 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' shared service.
|
|
|
|
return $this->services['tactician.handler.method_name_inflector.handle'] = new \League\Tactician\Handler\MethodNameInflector\HandleInflector();
|