Skip to content

Commit 7452e0e

Browse files
committed
Merge branch 'master' of github.com:PendoNL/laravel-pro6pp
2 parents f04a8a8 + 15c0688 commit 7452e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelPro6ppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot()
3030
*/
3131
public function register()
3232
{
33-
$this->app->singleton('laravel-pro6pp', function() {
33+
$this->app->singleton('laravel-pro6pp', function () {
3434
return new \PendoNL\Pro6pp\Pro6pp(
3535
config('laravel-pro6pp.api_key'),
3636
config('laravel-pro6pp.api_format'),

0 commit comments

Comments
 (0)