fixes to support composer / packagist

This commit is contained in:
Joey Kimsey
2024-08-08 01:18:19 -04:00
parent 0627207452
commit bfe714b179
6 changed files with 67 additions and 18 deletions

View File

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