Skip to content

Commit

Permalink
Fix initialize order
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Oct 31, 2017
1 parent af62a7d commit 506dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pug/Pug.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public function __construct($options = [])

parent::__construct($options);

$this->initializeJsTransformer();
$this->initializeLimits();
$this->initializeJsPhpize();
$this->initializeJsTransformer();
}

/**
Expand Down

0 comments on commit 506dbe0

Please sign in to comment.