renamed report events and listeners

This commit is contained in:
denisdulici
2020-01-31 12:59:12 +03:00
parent 5a5521e5ad
commit d5366e74cf
17 changed files with 106 additions and 106 deletions

View File

@@ -16,11 +16,11 @@ abstract class Report
protected $classes = [];
protected $events = [
'App\Events\Common\ReportFilterShowing',
'App\Events\Common\ReportFilterApplying',
'App\Events\Common\ReportGroupShowing',
'App\Events\Common\ReportGroupApplying',
'App\Events\Common\ReportRowsShowing',
'App\Events\Report\FilterShowing',
'App\Events\Report\FilterApplying',
'App\Events\Report\GroupShowing',
'App\Events\Report\GroupApplying',
'App\Events\Report\RowsShowing',
];
public function skipThisClass($event)