Edit File: SettlementType.php
<?php namespace App\Enums; enum SettlementType: int { case DUES = 0; case INDEBTEDNESS = 1; }
Back to File Manager