Skip to content

Commit 9200e03

Browse files
committed
Fixed style
1 parent cb20696 commit 9200e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelShortcodesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot()
3030

3131
Blade::directive('shortcodes', function ($expression) {
3232
if ($expression === '') {
33-
return "<?php ob_start() ?>";
33+
return '<?php ob_start() ?>';
3434
} else {
3535
return "<?php echo app('shortcodes')->render($expression); ?>";
3636
}

0 commit comments

Comments
 (0)