Commit 29fc846f authored by Taylor Otwell's avatar Taylor Otwell

fix comment

parent 70082508
...@@ -17,8 +17,8 @@ define('MB_STRING', (int) function_exists('mb_get_info')); ...@@ -17,8 +17,8 @@ define('MB_STRING', (int) function_exists('mb_get_info'));
/** /**
* Require all of the classes that can't be loaded by the auto-loader. * Require all of the classes that can't be loaded by the auto-loader.
* These are typically classes that the auto-loader itself relies upon * These are typically classes that the auto-loader relies upon to
* to load classes, such as the array and configuration classes. * load classes, such as the array and configuration classes.
*/ */
require SYS_PATH.'bundle'.EXT; require SYS_PATH.'bundle'.EXT;
require SYS_PATH.'config'.EXT; require SYS_PATH.'config'.EXT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment