ソースを参照

Remove alias loading that isn't necessary.

Mark Story 9 年 前
コミット
cb913ead92
1 ファイル変更0 行追加3 行削除
  1. 0 3
      src/Http/ActionDispatcher.php

+ 0 - 3
src/Http/ActionDispatcher.php

@@ -64,9 +64,6 @@ class ActionDispatcher
             $this->addFilter($filter);
         }
         $this->factory = $factory ?: new ControllerFactory();
-
-        // Force aliases to be autoloaded.
-        class_exists('Cake\Network\Request');
     }
 
     /**