diff --git a/api/app/Enums/PersonStatus.php b/api/app/Enums/PersonStatus.php new file mode 100644 index 00000000..94912e62 --- /dev/null +++ b/api/app/Enums/PersonStatus.php @@ -0,0 +1,15 @@ + */ + public function rules(): array + { + return [ + 'event_id' => ['required', 'ulid'], + ]; + } +}