Skip to content

Commit 9e0e0ae

Browse files
author
sauravkumal
committed
formatting
1 parent e385cc8 commit 9e0e0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TelegramLoggerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function register()
2828
public function boot()
2929
{
3030
$this->loadViewsFrom(__DIR__.'/views', 'laravel-telegram-logging');
31-
$this->publishes([__DIR__.'/views' => base_path('resources/views/vendor/laravel-telegram-logging')],'views' );
31+
$this->publishes([__DIR__.'/views' => base_path('resources/views/vendor/laravel-telegram-logging')], 'views');
3232
$this->publishes([__DIR__ . '/../config/telegram-logger.php' => config_path('telegram-logger.php')], 'config');
3333
}
3434
}

0 commit comments

Comments
 (0)