[ 'App\Listeners\Update\CreateModuleUpdatedHistory', 'App\Listeners\Update\V20\Version200', ], 'Illuminate\Auth\Events\Login' => [ 'App\Listeners\Auth\Login', ], 'Illuminate\Auth\Events\Logout' => [ 'App\Listeners\Auth\Logout', ], 'App\Events\Purchase\BillCreated' => [ 'App\Listeners\Purchase\CreateBillCreatedHistory', ], 'App\Events\Purchase\BillRecurring' => [ 'App\Listeners\Purchase\SendBillRecurringNotification', ], 'App\Events\Sale\PaymentReceived' => [ 'App\Listeners\Sale\CreateInvoiceTransaction', 'App\Listeners\Sale\SendInvoicePaymentNotification', ], 'App\Events\Sale\InvoiceCreated' => [ 'App\Listeners\Sale\CreateInvoiceCreatedHistory', 'App\Listeners\Sale\IncreaseNextInvoiceNumber', ], 'App\Events\Sale\InvoiceSent' => [ 'App\Listeners\Sale\MarkInvoiceSent', ], 'App\Events\Sale\InvoiceViewed' => [ 'App\Listeners\Sale\MarkInvoiceViewed', ], 'App\Events\Sale\InvoiceRecurring' => [ 'App\Listeners\Sale\SendInvoiceRecurringNotification', ], 'App\Events\Menu\AdminCreated' => [ 'App\Listeners\Menu\AddAdminItems', ], 'App\Events\Menu\PortalCreated' => [ 'App\Listeners\Menu\AddPortalItems', ], ]; /** * The subscriber classes to register. * * @var array */ protected $subscribe = [ 'App\Listeners\Common\IncomeSummaryReport', 'App\Listeners\Common\ExpenseSummaryReport', 'App\Listeners\Common\IncomeExpenseSummaryReport', 'App\Listeners\Common\TaxSummaryReport', 'App\Listeners\Common\ProfitLossReport', ]; }