Skip to content

Commit

Permalink
fix templatefactory
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgearit committed Feb 8, 2017
1 parent 38e0e7a commit 0edaa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factories/TemplateFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private static function responsiveImagesBlade()
return '<?php
// explode
$value = ' . $value . ';
$static = '. (self::$isStaticOutput)?'true':'false' .';
$static = '. ((self::$isStaticOutput)?'true':'false') .';
if(isset($value["path"])){
$path = $value["path"];
} else {
Expand Down

0 comments on commit 0edaa59

Please sign in to comment.