Skip to content

Commit 2ec359f

Browse files
committed
fix styleci errors
1 parent e97a3f2 commit 2ec359f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ServiceProvider.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)