Skip to content

Commit c3c9fa1

Browse files
committed
ENSITECH-74
1 parent 1cc0508 commit c3c9fa1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/LaravelPhpRdKafkaConsumerServiceProvider.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@
99

1010
class LaravelPhpRdKafkaConsumerServiceProvider extends ServiceProvider
1111
{
12-
/**
13-
* Register the service provider.
14-
*
15-
* @return void
16-
*/
17-
public function register()
12+
public function register(): void
1813
{
1914
$this->mergeConfigFrom($this->packageBasePath("/../config/kafka-consumer.php"), 'kafka-consumer');
2015
}
2116

22-
public function boot()
17+
public function boot(): void
2318
{
2419
if ($this->app->runningInConsole()) {
2520
$this->publishes([

0 commit comments

Comments
 (0)