X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fdependency-injection%2FLazyProxy%2FInstantiator%2FRealServiceInstantiator.php;fp=vendor%2Fsymfony%2Fdependency-injection%2FLazyProxy%2FInstantiator%2FRealServiceInstantiator.php;h=3b0b57ef0f6b9edab6eb039f45e9bd83cebc027d;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=cad9320039b14d918e07ea7897cc5cd1b73c3186;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php b/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php index cad932003..3b0b57ef0 100644 --- a/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php +++ b/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php @@ -28,6 +28,6 @@ class RealServiceInstantiator implements InstantiatorInterface */ public function instantiateProxy(ContainerInterface $container, Definition $definition, $id, $realInstantiator) { - return call_user_func($realInstantiator); + return \call_user_func($realInstantiator); } }