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.invoke' shared service.
|
|
|
|
return $this->services['tactician.handler.method_name_inflector.invoke'] = new \League\Tactician\Handler\MethodNameInflector\InvokeInflector();
|