We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcf935 commit 4255c51Copy full SHA for 4255c51
src/Drupal/Bootstrap.php
@@ -151,7 +151,6 @@ protected function loadLegacyIncludes(): void
151
152
protected function addCoreNamespaces(): void
153
{
154
- require $this->drupalRoot . '/core/lib/Drupal.php';
155
foreach (['Core', 'Component'] as $parent_directory) {
156
$path = $this->drupalRoot . '/core/lib/Drupal/' . $parent_directory;
157
$parent_namespace = 'Drupal\\' . $parent_directory;
0 commit comments