diff options
Diffstat (limited to 'src/application/mystic/forum/attributes/PrimaryKey.php')
-rw-r--r-- | src/application/mystic/forum/attributes/PrimaryKey.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/application/mystic/forum/attributes/PrimaryKey.php b/src/application/mystic/forum/attributes/PrimaryKey.php new file mode 100644 index 0000000..a8f0fc7 --- /dev/null +++ b/src/application/mystic/forum/attributes/PrimaryKey.php @@ -0,0 +1,6 @@ +<?php + +namespace mystic\forum\attributes; + +#[\Attribute(\Attribute::TARGET_PROPERTY)] +class PrimaryKey {} |