Skip to content

Commit d441edd

Browse files
committed
Apply fixes from StyleCI
1 parent 9093d7d commit d441edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enums/Status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use LaravelEnso\Enums\Contracts\Frontend;
66
use LaravelEnso\Enums\Contracts\Mappable;
77

8-
enum Statuses: int implements Mappable, Frontend
8+
enum Status: int implements Mappable, Frontend
99
{
1010
case Waiting = 10;
1111
case Processing = 20;

0 commit comments

Comments
 (0)