Skip to content

Commit 549efce

Browse files
committed
chore: clean up interact command
1 parent 5b80586 commit 549efce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/InteractCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ protected function handle(): int
2828
$this->writeln('<info>Required files not found, starting shell running in retard mode...</info>');
2929
}
3030

31-
$shell = new Shell();
32-
33-
return $shell->run();
31+
return (new Shell())->run();
3432
}
3533
}

0 commit comments

Comments
 (0)