File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99|
1010*/
1111const APP_VERSION = '0.0.1 ' ;
12+ const APP_VERSION_ID = 1 ;
1213const APP_REPO = 'https://github.com/ianhubnet/csk-app-default ' ;
1314
1415/*
Original file line number Diff line number Diff line change 1313 * @package App\Config
1414 * @author Kader Bouyakoub <bkader[at]mail[dot]com>
1515 * @copyright Copyright (c) 2018-present, Kader Bouyakoub
16- * @since 2.18
16+ * @since 0.0.1
1717 */
1818
1919/**
2323 * Exists as a convenience class to allow type-hinting against a concrete
2424 * implementation instead of the interface when needed.
2525 *
26- * @since 3.9.0
26+ * @since 0.0.1
2727 */
2828final class CookieKey implements CookieKeyInterface
2929{
@@ -40,7 +40,7 @@ final class CookieKey implements CookieKeyInterface
4040 *
4141 * Applications can extend this class to define custom session keys.
4242 *
43- * @since 3.9.0
43+ * @since 0.0.1
4444 */
4545final class SessionKey implements SessionKeyInterface
4646{
@@ -80,8 +80,8 @@ final class SessionKey implements SessionKeyInterface
8080 * - UserLevel::ADMIN → 40 (Administrative privileges)
8181 * - UserLevel::OWNER → 50 (Full unrestricted access)
8282 *
83- * @since 2.168
84- * @since 3.9.0 Implements the new `UserLevelInterface` interface.
83+ * @since 0.0.1
84+ * @since 0.0.1 Implements the new `UserLevelInterface` interface.
8585 */
8686final class UserLevel implements UserLevelInterface
8787{
@@ -151,7 +151,7 @@ final class UserLevel implements UserLevelInterface
151151 * RelationKey::OWNER; // Returns 'owner'
152152 * ```
153153 *
154- * @since 3.9 .1
154+ * @since 0.0 .1
155155 */
156156final class RelationKey implements RelationKeyInterface
157157{
Original file line number Diff line number Diff line change 3434 * @package App\Config
3535 * @author Kader Bouyakoub <bkader[at]mail[dot]com>
3636 * @copyright Copyright (c) 2018-present, Kader Bouyakoub
37- * @since 2.156
37+ * @since 0.0.1
3838 */
You can’t perform that action at this time.
0 commit comments