Other Scrutinizer fixes
This commit is contained in:
@ -73,7 +73,7 @@ class Generator implements \Todaymade\Daux\Format\Base\Generator
|
||||
$this->runAction(
|
||||
'Generating ' . $current->getTitle(),
|
||||
$width,
|
||||
function () use ($book, $current, $config) {
|
||||
function() use ($book, $current, $config) {
|
||||
$contentType = $this->daux->getContentTypeHandler()->getType($current);
|
||||
$content = ContentPage::fromFile($current, $config, $contentType);
|
||||
$content->templateRenderer = $this->templateRenderer;
|
||||
|
Reference in New Issue
Block a user