File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ public function boot()
7171 }
7272
7373 Blade::directive ('widget ' , function ($ expression ) {
74- return "<?php echo app('arrilot.widget')->run {$ expression }; ?> " ;
74+ return "<?php echo app('arrilot.widget')->run( {$ expression }) ; ?> " ;
7575 });
7676
7777 Blade::directive ('asyncWidget ' , function ($ expression ) {
78- return "<?php echo app('arrilot.async-widget')->run {$ expression }; ?> " ;
78+ return "<?php echo app('arrilot.async-widget')->run( {$ expression }) ; ?> " ;
7979 });
8080
8181 Blade::directive ('widgetGroup ' , function ($ expression ) {
82- return "<?php echo app('arrilot.widget-group-collection')->group {$ expression }->display(); ?> " ;
82+ return "<?php echo app('arrilot.widget-group-collection')->group( {$ expression }) ->display(); ?> " ;
8383 });
8484 }
8585
You can’t perform that action at this time.
0 commit comments