From 29fc846f3991bb092184dafdaa87a52aba78764d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 26 Jan 2012 20:07:40 -0600 Subject: [PATCH] fix comment --- laravel/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/core.php b/laravel/core.php index 652b6f22..a1ec4605 100644 --- a/laravel/core.php +++ b/laravel/core.php @@ -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. - * These are typically classes that the auto-loader itself relies upon - * to load classes, such as the array and configuration classes. + * These are typically classes that the auto-loader relies upon to + * load classes, such as the array and configuration classes. */ require SYS_PATH.'bundle'.EXT; require SYS_PATH.'config'.EXT;