1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 00:14:04 +00:00

Add link command tests back

This commit is contained in:
lukinovec 2022-08-31 07:14:51 +02:00
parent 7a055c2fd3
commit dcf29ee8c9
2 changed files with 37 additions and 2 deletions

View file

@ -50,8 +50,6 @@ class Link extends Command
}
} catch (Exception $exception) {
$this->error($exception->getMessage());
return 1;
}
}