Loading core/lib/Drupal/Core/DependencyInjection/Container.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ use Drupal\Component\DependencyInjection\Container as DrupalContainer; /** * Extends the Drupal container to set the service ID on the created object. * Extends the container to prevent serialization. */ class Container extends DrupalContainer { Loading Loading
core/lib/Drupal/Core/DependencyInjection/Container.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ use Drupal\Component\DependencyInjection\Container as DrupalContainer; /** * Extends the Drupal container to set the service ID on the created object. * Extends the container to prevent serialization. */ class Container extends DrupalContainer { Loading