Skip to content

Commit 9965b96

Browse files
authored
Merge pull request #12 from enniel/patch-1
fix bug with old version laravel
2 parents d4a9f28 + 18961e8 commit 9965b96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/TelegramServiceProvider.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ public function boot()
2121
);
2222
});
2323
}
24+
25+
/**
26+
* Register any package services.
27+
*/
28+
public function register()
29+
{
30+
}
2431
}

0 commit comments

Comments
 (0)