summaryrefslogtreecommitdiff
path: root/src/application/mystic/forum/attributes/NotNull.php
blob: 2c90da06cbf78c1d8ed8640f44f531dd8fd89d40 (plain)
1
2
3
4
5
6
<?php

namespace mystic\forum\attributes;

#[\Attribute(\Attribute::TARGET_PROPERTY)]
class NotNull {}