Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / LazyProxy / Instantiator / RealServiceInstantiator.php
index cad9320039b14d918e07ea7897cc5cd1b73c3186..3b0b57ef0f6b9edab6eb039f45e9bd83cebc027d 100644 (file)
@@ -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);
     }
 }