Skip to content

Commit 5f2e898

Browse files
committed
feat(constants): add APP_NAME needed for updates
1 parent 17e2d99 commit 5f2e898

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111
const APP_VERSION = '0.0.1';
1212
const APP_VERSION_ID = 1;
13+
const APP_NAME = 'default';
1314
const APP_REPO = 'https://github.com/ianhubnet/csk-app-default';
1415

1516
/*

0 commit comments

Comments
 (0)