completed story 1.1 with QA tests and fixes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum TimelineStatus: string
|
||||
{
|
||||
case Active = 'active';
|
||||
case Archived = 'archived';
|
||||
}
|
||||
Reference in New Issue
Block a user