Skip to content

Commit 4c7d97b

Browse files
committed
Remove ADMIN_LTE_VERSION constant
1 parent ce5c318 commit 4c7d97b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bootstrap/autoload.php

-5
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@
8787
*/
8888
defined('HOSTNAME') || define('HOSTNAME', explode('.', gethostname())[0]);
8989

90-
/**
91-
* @const ADMIN_LTE_VERSION The AdminLTE version.
92-
*/
93-
defined('ADMIN_LTE_VERSION') || define('ADMIN_LTE_VERSION', '2.3.6');
94-
9590
/**
9691
* Register the Composer autoloader (if any)
9792
*/

0 commit comments

Comments
 (0)