Skip to content

Commit

Permalink
Change dd for dump
Browse files Browse the repository at this point in the history
As stated in laravel doc (https://laravel.com/docs/5.2/helpers#method-dd) dd will stop the execution of the script and dump should be used instead
  • Loading branch information
ylecuyer committed May 11, 2016
1 parent 74ee44a commit 4a94f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nitmedia/Wkhtml2pdf/Wkhtml2pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ protected function _render()

if($this->config->get('debug'))
{
dd(array(
dump(array(
'input' => $input,
'command' => $command,
'content' => $content
Expand Down

0 comments on commit 4a94f76

Please sign in to comment.