refactoring.

This commit is contained in:
Taylor Otwell
2011-08-23 21:04:40 -05:00
parent 1a7fd6d360
commit df84e36314
34 changed files with 799 additions and 349 deletions

View File

@@ -4,7 +4,7 @@
*
* @package Laravel
* @version 2.0.0
* @author Taylor Otwell
* @author Taylor Otwell <taylorotwell@gmail.com>
* @link http://laravel.com
*/
@@ -38,15 +38,17 @@ $active = array();
|
*/
$laravel = '../laravel';
$application = '../application';
$packages = '../packages';
$laravel = '../laravel';
$modules = '../modules';
$packages = '../packages';
$storage = '../storage';
$modules = '../modules';
$public = __DIR__;
$storage = '../storage';
$public = __DIR__;
/*
|--------------------------------------------------------------------------