Skip to content

Commit 5c11df0

Browse files
author
Corey McCormick
committed
Fix facade issues
1 parent 386e40f commit 5c11df0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
3838
],
3939
"aliases": {
40-
"QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
40+
"QrCode": "SimpleSoftwareIO\\QrCode\\QrCode"
4141
}
4242
}
4343
}

src/Facades/QrCode.php renamed to src/QrCode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace SimpleSoftwareIO\QrCode;
44

5-
use SimpleSoftwareIO\QrCode\Generator;
65
use Illuminate\Support\Facades\Facade;
76

87
class QrCode extends Facade

0 commit comments

Comments
 (0)