Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored and github-actions[bot] committed Aug 23, 2023
1 parent 0926412 commit dc7700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mjml.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function convert(string $mjml, array $options = []): MjmlResult

if ($this->sidecar) {
if (! class_exists(\Spatie\MjmlSidecar\MjmlFunction::class)) {
throw new CouldNotConvertMjml("You must install the spatie/mjml-sidecar package to convert MJML using Sidecar");
throw new CouldNotConvertMjml('You must install the spatie/mjml-sidecar package to convert MJML using Sidecar');
}

$resultString = \Spatie\MjmlSidecar\MjmlFunction::execute([
Expand Down

0 comments on commit dc7700d

Please sign in to comment.