File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,19 @@ public function boot()
7070 });
7171 }
7272
73- Blade::directive ('widget ' , function ($ expression ){
73+ Blade::directive ('widget ' , function ($ expression ) {
7474 return "<?php echo app('arrilot.widget')->run {$ expression }; ?> " ;
7575 });
7676
77- Blade::directive ('async-widget ' , function ($ expression ){
77+ Blade::directive ('async-widget ' , function ($ expression ) {
7878 return "<?php echo app('arrilot.async-widget')->run {$ expression }; ?> " ;
7979 });
8080
81- Blade::directive ('asyncWidget ' , function ($ expression ){
81+ Blade::directive ('asyncWidget ' , function ($ expression ) {
8282 return "<?php echo app('arrilot.async-widget')->run {$ expression }; ?> " ;
8383 });
8484
85- Blade::directive ('asyncWidget ' , function ($ expression ){
85+ Blade::directive ('asyncWidget ' , function ($ expression ) {
8686 return "<?php echo app('arrilot.arrilot.widget-group-collection')->group {$ expression }->display(); ?> " ;
8787 });
8888 }
You can’t perform that action at this time.
0 commit comments