Skip to content

Commit

Permalink
Apply fixes from StyleCI (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Jan 21, 2018
1 parent af6ab8c commit aca727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/TelegramServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function boot()
$this->mergeConfigFrom(__DIR__.'/../../stubs/telegram.php', 'botman.telegram');

$this->commands([
TelegramRegisterCommand::class
TelegramRegisterCommand::class,
]);
}
}
Expand Down

0 comments on commit aca727b

Please sign in to comment.