Merge branch 'develop' into feature/CheckPaymentHarim
This commit is contained in:
9
app/Enums/PanjarehVahedHistoryActions.php
Normal file
9
app/Enums/PanjarehVahedHistoryActions.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum PanjarehVahedHistoryActions : int
|
||||
{
|
||||
case RECEIVE = 0;
|
||||
case SEND = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user