Skip to content

Commit

Permalink
- Added IsStatusEnum interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dash8x committed May 13, 2024
1 parent b5e46a8 commit f40c2bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Enums/IsStatusEnum.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Javaabu\Helpers\Enums;

interface IsStatusEnum extends IsEnum
{
public function getColor(): string;
}

0 comments on commit f40c2bd

Please sign in to comment.