mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 09:14:08 +00:00
Remove unused model constants
- Company: COMPANY_LEVEL, CUSTOMER_LEVEL (never referenced) - Payment: all 5 PAYMENT_MODE_* constants (never referenced) - Transaction: PENDING (never referenced) RecurringInvoice constants (ACTIVE, ON_HOLD, NONE, COUNT, DATE) are kept as they are used via hardcoded strings in services, factories, and migrations.
This commit is contained in:
@@ -20,8 +20,6 @@ class Transaction extends Model
|
||||
'transaction_date',
|
||||
];
|
||||
|
||||
public const PENDING = 'PENDING';
|
||||
|
||||
public const FAILED = 'FAILED';
|
||||
|
||||
public const SUCCESS = 'SUCCESS';
|
||||
|
||||
Reference in New Issue
Block a user