blade ext constant no longer needed.

This commit is contained in:
Taylor Otwell 2012-02-23 22:35:33 -06:00
parent 49d3c5251b
commit d6fba0ade1
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
*/
define('EXT', '.php');
define('CRLF', "\r\n");
define('BLADE_EXT', '.blade.php');
define('DEFAULT_BUNDLE', 'application');
define('MB_STRING', (int) function_exists('mb_get_info'));