Skip to content

Commit 85171b7

Browse files
authored
Merge pull request #75 from ablunier/develop
Regular bind service instead of singleton.
2 parents 35b8a6d + f97e6f9 commit 85171b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimpleSoftwareIO/QrCode/QrCodeServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class QrCodeServiceProvider extends ServiceProvider
1818
*/
1919
public function register()
2020
{
21-
$this->app->singleton('qrcode', function () {
21+
$this->app->bind('qrcode', function () {
2222
return new BaconQrCodeGenerator();
2323
});
2424
}

0 commit comments

Comments
 (0)