Skip to content
Snippets Groups Projects
Commit 72404105 authored by catch's avatar catch
Browse files

Issue #2703487 by RobLoach: Move Drupal.php autoloading from "files" to "classmap"

parent d6a1d8e9
No related branches found
No related tags found
No related merge requests found
......@@ -140,10 +140,8 @@
"Drupal\\Component\\": "lib/Drupal/Component",
"Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
},
"files": [
"lib/Drupal.php"
],
"classmap": [
"lib/Drupal.php",
"lib/Drupal/Component/Utility/Timer.php",
"lib/Drupal/Component/Utility/Unicode.php",
"lib/Drupal/Core/Database/Database.php",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment