Skip to content

Commit

Permalink
Styleci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fridzema authored Feb 6, 2018
1 parent 88f6108 commit 3e2f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function boot()
return "<?php echo money($expression); ?>";
});
});

$this->app->afterResolving('blade.compiler', function (BladeCompiler $bladeCompiler) {
$bladeCompiler->directive('currency', function ($expression) {
return "<?php echo currency($expression); ?>";
Expand Down

0 comments on commit 3e2f06e

Please sign in to comment.