Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Loader / Configurator / ContainerConfigurator.php
index a68f83d8f583cfefddc81099ec281e0ac091ba62..3b4b2a4830f91562e5d1edee81452dad6b3ae4cd 100644 (file)
@@ -59,7 +59,7 @@ class ContainerConfigurator extends AbstractConfigurator
 
     final public function import($resource, $type = null, $ignoreErrors = false)
     {
-        $this->loader->setCurrentDir(dirname($this->path));
+        $this->loader->setCurrentDir(\dirname($this->path));
         $this->loader->import($resource, $type, $ignoreErrors, $this->file);
     }