Skip to content

Commit dd46c5f

Browse files
committed
Added check of installed packages
1 parent 3b2d85f commit dd46c5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Commands/RestoreCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ class RestoreCommand extends Command
4545
*/
4646
public function handle()
4747
{
48+
if (!$this->checkInstalledPackages()) {
49+
return;
50+
}
51+
4852
$this->loadExistingProfiles();
4953

5054
// Select profile.

0 commit comments

Comments
 (0)