bug fix
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<footer class="main-footer text-sm">
|
<footer class="main-footer text-sm">
|
||||||
<strong><a href="https://github.com/giandonatoinverso/PHP-Dynamic-Qr-code" target="_blank">PHP Qrcode Generator</a> by </strong> Giandonato Inverso
|
<strong><a href="https://github.com/giandonatoinverso/PHP-Dynamic-Qr-code" target="_blank">PHP Qrcode Generator</a> by </strong> Giandonato Inverso
|
||||||
<div class="float-right d-none d-sm-inline-block">
|
<div class="float-right d-none d-sm-inline-block">
|
||||||
<b>Version</b> 2.2.5
|
<b>Version</b> 2.2.6
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -171,10 +171,13 @@ class Qrcode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($status)
|
if ($status)
|
||||||
if (!$async)
|
if (!$async) {
|
||||||
$this->info('Qr code deleted successfully!');
|
$this->info('Qr code deleted successfully!');
|
||||||
|
}
|
||||||
else
|
else
|
||||||
$this->failure('Unable to delete qr code');
|
if (!$async) {
|
||||||
|
$this->failure('Unable to delete qr code');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user