We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386e40f commit 5c11df0Copy full SHA for 5c11df0
composer.json
@@ -37,7 +37,7 @@
37
"SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
38
],
39
"aliases": {
40
- "QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
+ "QrCode": "SimpleSoftwareIO\\QrCode\\QrCode"
41
}
42
43
src/Facades/QrCode.php renamed to src/QrCode.php
@@ -2,7 +2,6 @@
2
3
namespace SimpleSoftwareIO\QrCode;
4
5
-use SimpleSoftwareIO\QrCode\Generator;
6
use Illuminate\Support\Facades\Facade;
7
8
class QrCode extends Facade
0 commit comments