Skip to content

Commit

Permalink
Merge pull request #593 from Paplow/master
Browse files Browse the repository at this point in the history
Added laravel config file to 'config' group
  • Loading branch information
irazasyed committed Oct 10, 2018
2 parents 92a14af + 7e01aa0 commit 705e7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/TelegramServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function setupConfig(Application $app)
$source = __DIR__.'/config/telegram.php';

if ($app instanceof LaravelApplication && $app->runningInConsole()) {
$this->publishes([$source => config_path('telegram.php')]);
$this->publishes([$source => config_path('telegram.php')], 'config');
} elseif ($app instanceof LumenApplication) {
$app->configure('telegram');
}
Expand Down

0 comments on commit 705e7d9

Please sign in to comment.