1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-01-16 21:18:35 +01:00
This commit is contained in:
Mohamed Said 2021-05-19 10:52:03 +02:00
parent 5e9b63bb99
commit 5d7b313764

View File

@ -221,7 +221,7 @@ HTML
} elseif ($this->disk->isFile($currentPath.'/assets/cover.html')) {
$this->output->writeln('<fg=yellow>==></> Adding Book Cover ...');
$cover = $this->disk->get($currentPath . '/assets/cover.html');
$cover = $this->disk->get($currentPath.'/assets/cover.html');
$pdf->WriteHTML($cover);