feat: add user fields
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum PacePreference: string
|
||||
{
|
||||
case SLOW = 'slow';
|
||||
case NORMAL = 'normal';
|
||||
case FAST = 'fast';
|
||||
}
|
||||
Reference in New Issue
Block a user