fixes to support composer / packagist
This commit is contained in:
@ -202,4 +202,6 @@
|
||||
define('TOKEN_ENABLED', true);
|
||||
}
|
||||
# Tell the app all constants have been loaded.
|
||||
define( 'BEDROCK_CONSTANTS_LOADED', true );
|
||||
if ( ! defined('BEDROCK_CONSTANTS_LOADED' ) ) {
|
||||
define( 'BEDROCK_CONSTANTS_LOADED', true );
|
||||
}
|
Reference in New Issue
Block a user