Skip to content

Commit

Permalink
Fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmant committed May 1, 2019
1 parent cb20696 commit 9200e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelShortcodesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function boot()

Blade::directive('shortcodes', function ($expression) {
if ($expression === '') {
return "<?php ob_start() ?>";
return '<?php ob_start() ?>';
} else {
return "<?php echo app('shortcodes')->render($expression); ?>";
}
Expand Down

0 comments on commit 9200e03

Please sign in to comment.