whisper-money/app/Enums/LabelSource.php

10 lines
120 B
PHP

<?php
namespace App\Enums;
enum LabelSource: string
{
case User = 'user';
case SavingsGoal = 'saving_goal';
}