Skip to content

Commit

Permalink
Update code-style 💻
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 16, 2022
1 parent 36ac45b commit b14500e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Services/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
class Migrator
{
public function __construct(
protected File $file,
protected Notification $notification,
protected File $file,
protected Notification $notification,
protected ActionRepository $repository,
protected Config $config,
protected Application $laravel
protected Config $config,
protected Application $laravel
) {
}

Expand Down

0 comments on commit b14500e

Please sign in to comment.