From 5d7b313764ac14bf067edb9e4c7774e321f927ac Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Wed, 19 May 2021 10:52:03 +0200 Subject: [PATCH] wip --- src/Commands/BuildCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/BuildCommand.php b/src/Commands/BuildCommand.php index 16f1093..3ad6b0e 100644 --- a/src/Commands/BuildCommand.php +++ b/src/Commands/BuildCommand.php @@ -221,7 +221,7 @@ protected function buildPdf(string $html, array $config, string $currentPath, st } elseif ($this->disk->isFile($currentPath.'/assets/cover.html')) { $this->output->writeln('==> Adding Book Cover ...'); - $cover = $this->disk->get($currentPath . '/assets/cover.html'); + $cover = $this->disk->get($currentPath.'/assets/cover.html'); $pdf->WriteHTML($cover);