feat: implement barangay and household management with associated tests
This commit is contained in:
@@ -17,7 +17,9 @@ class DropOffPoint extends Model
|
||||
use HasFactory, HasSpatial, HasTenant, SoftDeletes;
|
||||
|
||||
public const STATUS_ACTIVE = 'active';
|
||||
|
||||
public const STATUS_MAINTENANCE = 'maintenance';
|
||||
|
||||
public const STATUS_CLOSED = 'closed';
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user