mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-06-02 00:18:59 +00:00
remove unused files and refactor variable names and function names
This commit is contained in:
@@ -218,6 +218,7 @@ class Estimate extends Model
|
||||
if ($estimate->taxes()->exists()) {
|
||||
$estimate->taxes()->delete();
|
||||
}
|
||||
|
||||
$estimate->delete();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user