diff --git a/src/Templating.php b/src/Templating.php index 13058af..b854c8f 100644 --- a/src/Templating.php +++ b/src/Templating.php @@ -53,7 +53,9 @@ public function registerBlade() $blade->directive('cache', function($expression) { $expression = rtrim($expression, ')'); - return ''; + return ''; }); $blade->directive('endcache', function() {