Skip to content

Commit 14f03ad

Browse files
committed
Update service container binding
1 parent a5d011e commit 14f03ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TandaServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function register()
3939
{
4040
$this->mergeConfigFrom(__DIR__.'/../config/tanda.php', 'tanda');
4141

42-
$this->app->bind('tanda-mpesa', function () {
42+
$this->app->bind('alvoo-tanda', function () {
4343
return new Tanda();
4444
});
4545
}

0 commit comments

Comments
 (0)