feat: implement barangay and household management with associated tests
This commit is contained in:
@@ -8,10 +8,15 @@ use Spatie\ModelStates\StateConfig;
|
||||
abstract class QrCodeState extends State
|
||||
{
|
||||
public const UNASSIGNED = 'unassigned';
|
||||
|
||||
public const ALLOCATED = 'allocated';
|
||||
|
||||
public const ACTIVE = 'active';
|
||||
|
||||
public const USED = 'used';
|
||||
|
||||
public const EXPIRED = 'expired';
|
||||
|
||||
public const VOIDED = 'voided';
|
||||
|
||||
public static function config(): StateConfig
|
||||
|
||||
Reference in New Issue
Block a user