Skip to content

Commit

Permalink
fix cs rule
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Sep 10, 2024
1 parent cf2b418 commit d31510e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/BuildPdfCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ protected function buildPdf(Collection $chapters, array $config, string $current
$pdf->SetCreator($this->config->author());
// $pdf->debug = true;
$pdf->SetBasePath(realpath($this->config->contentPath));

$pdf->setAutoTopMargin = 'pad';

$pdf->setAutoBottomMargin = 'pad';
Expand Down

0 comments on commit d31510e

Please sign in to comment.