Browse Source

blade ext constant no longer needed.

Taylor Otwell 13 years ago
parent
commit
d6fba0ade1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      laravel/core.php

+ 0 - 1
laravel/core.php

@@ -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'));