refactoring bootstrapping.

This commit is contained in:
Taylor Otwell
2011-11-01 22:55:43 -05:00
parent ca2c988274
commit 2e1fed294f
8 changed files with 102 additions and 105 deletions

View File

@@ -1,7 +1,5 @@
<?php namespace Laravel;
define('CRLF', chr(13).chr(10));
class Redis {
/**