close #2799 Fixed: Company delete can not delete sub categories
This commit is contained in:
@@ -100,6 +100,9 @@ class Event extends Provider
|
||||
'App\Events\Banking\TransactionCreated' => [
|
||||
'App\Listeners\Banking\IncreaseNextTransactionNumber',
|
||||
],
|
||||
'App\Events\Setting\CategoryDeleted' => [
|
||||
'App\Listeners\Setting\DeleteCategoryDeletedSubCategories',
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user