Skip to content

Commit b14500e

Browse files
committed
Update code-style 💻
1 parent 36ac45b commit b14500e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Services/Migrator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
class Migrator
2121
{
2222
public function __construct(
23-
protected File $file,
24-
protected Notification $notification,
23+
protected File $file,
24+
protected Notification $notification,
2525
protected ActionRepository $repository,
26-
protected Config $config,
27-
protected Application $laravel
26+
protected Config $config,
27+
protected Application $laravel
2828
) {
2929
}
3030

0 commit comments

Comments
 (0)