Skip to content

Commit 4255c51

Browse files
committed
\Drupal static class included in classmap
1 parent cdcf935 commit 4255c51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Drupal/Bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ protected function loadLegacyIncludes(): void
151151

152152
protected function addCoreNamespaces(): void
153153
{
154-
require $this->drupalRoot . '/core/lib/Drupal.php';
155154
foreach (['Core', 'Component'] as $parent_directory) {
156155
$path = $this->drupalRoot . '/core/lib/Drupal/' . $parent_directory;
157156
$parent_namespace = 'Drupal\\' . $parent_directory;

0 commit comments

Comments
 (0)