mirror of
https://github.com/themsaid/ibis.git
synced 2025-01-16 21:18:35 +01:00
wip
This commit is contained in:
parent
5e9b63bb99
commit
5d7b313764
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user