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