Skip to content

Commit

Permalink
added recurring to company delete method
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed May 7, 2018
1 parent 1e960ee commit a3032ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Observers/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function deleted(Model $company)
$tables = [
'accounts', 'bill_histories', 'bill_items', 'bill_payments', 'bill_statuses', 'bills', 'categories',
'currencies', 'customers', 'invoice_histories', 'invoice_items', 'invoice_payments', 'invoice_statuses',
'invoices', 'items', 'payments', 'revenues', 'settings', 'taxes', 'transfers', 'vendors',
'invoices', 'items', 'payments', 'recurring', 'revenues', 'settings', 'taxes', 'transfers', 'vendors',
];

foreach ($tables as $table) {
Expand Down

0 comments on commit a3032ad

Please sign in to comment.