blade ext constant no longer needed.
This commit is contained in:
parent
49d3c5251b
commit
d6fba0ade1
|
@ -8,7 +8,6 @@
|
||||||
*/
|
*/
|
||||||
define('EXT', '.php');
|
define('EXT', '.php');
|
||||||
define('CRLF', "\r\n");
|
define('CRLF', "\r\n");
|
||||||
define('BLADE_EXT', '.blade.php');
|
|
||||||
define('DEFAULT_BUNDLE', 'application');
|
define('DEFAULT_BUNDLE', 'application');
|
||||||
define('MB_STRING', (int) function_exists('mb_get_info'));
|
define('MB_STRING', (int) function_exists('mb_get_info'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue