Skip to content

Commit

Permalink
fix: stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Dec 9, 2024
1 parent 3f8c499 commit 3c2b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMS/common-bundle/src/Service/Pdf/DomPdfPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct(string $projectDir, string $cacheDir)
}
$sysCacheDir = \sys_get_temp_dir();
if (!\str_starts_with($sysCacheDir, $projectDir) && !\str_starts_with($sysCacheDir, $cacheDir)) {
$this->domPdfRootDirectories[] = $cacheDir;
$this->domPdfRootDirectories[] = $sysCacheDir;
}
}

Expand Down

0 comments on commit 3c2b236

Please sign in to comment.