feat: history and calculate needs for user
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum NutritionPlanSource: string
|
||||
{
|
||||
case ONBOARDING = 'onboarding';
|
||||
case PROFILE_RECALCULATION = 'profile_recalculation';
|
||||
case WEEKLY_ADJUSTMENT = 'weekly_adjustment';
|
||||
}
|
||||
Reference in New Issue
Block a user