diff --git a/src/Services/Migrator.php b/src/Services/Migrator.php index 80094366..bea9e949 100644 --- a/src/Services/Migrator.php +++ b/src/Services/Migrator.php @@ -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 ) { }