auditLog = $auditLog; } /** * Execute the job. * * @return void */ public function handle() { app(LogAccountAction::class)->execute( $this->auditLog ); } }