This commit is contained in:
giandonato.inverso@edempg.it
2024-04-18 20:54:04 +02:00
parent c157815ca8
commit 7d5a4b889c
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -171,10 +171,13 @@ class Qrcode {
}
if ($status)
if (!$async)
if (!$async) {
$this->info('Qr code deleted successfully!');
}
else
$this->failure('Unable to delete qr code');
if (!$async) {
$this->failure('Unable to delete qr code');
}
}
/**