refactored report and update abstracts

This commit is contained in:
denisdulici
2019-11-23 21:47:20 +03:00
parent eef7eaa12f
commit 51a7fa86fc
37 changed files with 54 additions and 48 deletions

View File

@ -2,7 +2,7 @@
namespace App\Listeners\Common;
use App\Abstracts\Reports\Listener;
use App\Abstracts\Listeners\Report as Listener;
use App\Events\Common\ReportFilterApplying;
use App\Events\Common\ReportFilterShowing;
use App\Events\Common\ReportGroupApplying;

View File

@ -2,7 +2,7 @@
namespace App\Listeners\Common;
use App\Abstracts\Reports\Listener;
use App\Abstracts\Listeners\Report as Listener;
use App\Events\Common\ReportFilterApplying;
use App\Events\Common\ReportFilterShowing;
use App\Events\Common\ReportGroupApplying;

View File

@ -2,7 +2,7 @@
namespace App\Listeners\Common;
use App\Abstracts\Reports\Listener;
use App\Abstracts\Listeners\Report as Listener;
use App\Events\Common\ReportFilterApplying;
use App\Events\Common\ReportFilterShowing;
use App\Events\Common\ReportGroupApplying;

View File

@ -2,7 +2,7 @@
namespace App\Listeners\Common;
use App\Abstracts\Reports\Listener;
use App\Abstracts\Listeners\Report as Listener;
class ProfitLossReport extends Listener
{

View File

@ -2,7 +2,7 @@
namespace App\Listeners\Common;
use App\Abstracts\Reports\Listener;
use App\Abstracts\Listeners\Report as Listener;
class TaxSummaryReport extends Listener
{