Skip to content

Commit 2a82f2a

Browse files
committed
styling
1 parent 9a475e2 commit 2a82f2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/LaravelCsvServiceProvider.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function bootingPackage()
3737

3838
/**
3939
* Configure Laravel CSV Blade components
40-
*
40+
*
4141
* @return void
4242
*/
4343
protected function configureComponents(): void
@@ -49,7 +49,7 @@ protected function configureComponents(): void
4949

5050
/**
5151
* Register livewire components
52-
*
52+
*
5353
* @return void
5454
*/
5555
protected function registerLivewireComponents(): void
@@ -60,8 +60,8 @@ protected function registerLivewireComponents(): void
6060

6161
/**
6262
* Register given component.
63-
*
64-
* @param string $component
63+
*
64+
* @param string $component
6565
* @return void
6666
*/
6767
protected function registerComponent(string $component): void

0 commit comments

Comments
 (0)