We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb20696 commit 9200e03Copy full SHA for 9200e03
src/LaravelShortcodesServiceProvider.php
@@ -30,7 +30,7 @@ public function boot()
30
31
Blade::directive('shortcodes', function ($expression) {
32
if ($expression === '') {
33
- return "<?php ob_start() ?>";
+ return '<?php ob_start() ?>';
34
} else {
35
return "<?php echo app('shortcodes')->render($expression); ?>";
36
}
0 commit comments