X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3139/head:/app/Config/snappy.php diff --git a/app/Config/snappy.php b/app/Config/snappy.php index f347eda23..0f012bef6 100644 --- a/app/Config/snappy.php +++ b/app/Config/snappy.php @@ -14,7 +14,7 @@ return [ 'binary' => file_exists(base_path('wkhtmltopdf')) ? base_path('wkhtmltopdf') : env('WKHTMLTOPDF', false), 'timeout' => false, 'options' => [ - 'outline' => true + 'outline' => true, ], 'env' => [], ],