Skip to content

Commit 02eef07

Browse files
author
Corey McCormick
committed
Return new instance on each facade call
1 parent 4360c58 commit 02eef07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SimpleSoftwareIO/QrCode/Facades/QrCode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class QrCode extends Facade
1313
*/
1414
protected static function getFacadeAccessor()
1515
{
16+
self::clearResolvedInstance('qrcode');
17+
1618
return 'qrcode';
1719
}
1820
}

0 commit comments

Comments
 (0)