From c077cc499806ecb49221fc77d4fbff314308c068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Sat, 21 Nov 2020 20:24:42 +0300 Subject: [PATCH] added event abstract --- app/Abstracts/Event.php | 12 ++++++++++++ app/Events/Auth/LandingPageShowing.php | 6 ++---- app/Events/Banking/TransactionCreated.php | 6 ++---- app/Events/Banking/TransactionCreating.php | 6 ++---- app/Events/Banking/TransactionRecurring.php | 6 ++---- app/Events/Common/BulkActionsAdding.php | 6 ++---- app/Events/Common/CompanyCreated.php | 6 ++---- app/Events/Common/CompanyCreating.php | 6 ++---- app/Events/Common/CompanySwitched.php | 6 ++---- app/Events/Common/CompanyUpdated.php | 6 ++---- app/Events/Common/CompanyUpdating.php | 6 ++---- app/Events/Common/GlobalSearched.php | 6 ++---- app/Events/Document/PaidAmountCalculated.php | 6 ++---- app/Events/Document/TransactionsCounted.php | 6 ++---- app/Events/Install/UpdateCacheCleared.php | 6 ++---- app/Events/Install/UpdateCopied.php | 6 ++---- app/Events/Install/UpdateDownloaded.php | 6 ++---- app/Events/Install/UpdateFinished.php | 6 ++---- app/Events/Install/UpdateUnzipped.php | 6 ++---- app/Events/Menu/AdminCreated.php | 6 ++---- app/Events/Menu/PortalCreated.php | 6 ++---- app/Events/Module/Copied.php | 6 ++---- app/Events/Module/Disabled.php | 6 ++---- app/Events/Module/Enabled.php | 6 ++---- app/Events/Module/Installed.php | 6 ++---- app/Events/Module/PaymentMethodShowing.php | 6 ++---- app/Events/Module/SettingShowing.php | 6 ++---- app/Events/Module/Uninstalled.php | 6 ++---- app/Events/Report/DataLoaded.php | 6 ++---- app/Events/Report/DataLoading.php | 6 ++---- app/Events/Report/FilterApplying.php | 6 ++---- app/Events/Report/FilterShowing.php | 6 ++---- app/Events/Report/GroupApplying.php | 6 ++---- app/Events/Report/GroupShowing.php | 6 ++---- app/Events/Report/RowsShowing.php | 6 ++---- 35 files changed, 80 insertions(+), 136 deletions(-) create mode 100644 app/Abstracts/Event.php diff --git a/app/Abstracts/Event.php b/app/Abstracts/Event.php new file mode 100644 index 000000000..8849b3d76 --- /dev/null +++ b/app/Abstracts/Event.php @@ -0,0 +1,12 @@ +