Skip to content

Commit 1c84843

Browse files
author
Corey McCormick
committed
Merge branch 'develop' of https://github.com/SimpleSoftwareIO/simple-qrcode into develop
2 parents ef22789 + 8a525b3 commit 1c84843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/QrCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace SimpleSoftwareIO\QrCode\Facades;
44

5-
use SimpleSoftwareIO\QrCode\Generator;
65
use Illuminate\Support\Facades\Facade;
6+
use SimpleSoftwareIO\QrCode\Generator;
77

88
class QrCode extends Facade
99
{

0 commit comments

Comments
 (0)