Skip to content

Commit

Permalink
PHP STAN
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfire305 committed Feb 4, 2025
1 parent 5a2abb3 commit 602afae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Campaign/ExportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ protected function customEntities(): self
$this->archive->saveTo($saveFolder);
unlink($this->path);
throw new Exception(
'Missing campaign entity relation: ' . $entityType->singular . '-' . $name ?? 'unknown' . '? '
'Missing campaign entity relation: ' . $entityType->singular . '? '
. $e->getMessage()
);
}
Expand Down

0 comments on commit 602afae

Please sign in to comment.