feat: add user fields
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum WeightGoal: string
|
||||
{
|
||||
case LOSE_WEIGHT = 'lose_weight';
|
||||
case MAINTAIN_WEIGHT = 'maintain_weight';
|
||||
case GAIN_WEIGHT = 'gain_weight';
|
||||
}
|
||||
Reference in New Issue
Block a user