moved session class.

This commit is contained in:
Taylor Otwell
2011-11-09 21:55:21 -06:00
parent 75ba2447f8
commit 9e9ee931b5
9 changed files with 61 additions and 71 deletions

View File

@@ -28,4 +28,6 @@ $public = __DIR__;
// --------------------------------------------------------------
// Launch Laravel.
// --------------------------------------------------------------
require $laravel.'/laravel.php';
require $laravel.'/laravel.php';
echo number_format((microtime(true) - LARAVEL_START) * 1000, 2);