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