We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb62fe commit f97e6f9Copy full SHA for f97e6f9
1 file changed
src/SimpleSoftwareIO/QrCode/QrCodeServiceProvider.php
@@ -18,7 +18,7 @@ class QrCodeServiceProvider extends ServiceProvider
18
*/
19
public function register()
20
{
21
- $this->app->singleton('qrcode', function () {
+ $this->app->bind('qrcode', function () {
22
return new BaconQrCodeGenerator();
23
});
24
}
0 commit comments