[ 'App\Listeners\Updates\Version106', 'App\Listeners\Updates\Version107', 'App\Listeners\Updates\Version108', ], 'Illuminate\Auth\Events\Login' => [ 'App\Listeners\Auth\Login', ], 'Illuminate\Auth\Events\Logout' => [ 'App\Listeners\Auth\Logout', ], 'App\Events\Events\InvoicePaid' => [ 'App\Listeners\Incomes\Invoice\Paid', ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); // } }