Skip to content

Commit 3bfa3db

Browse files
belamovStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 4e9219b commit 3bfa3db

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

config/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
return [
44
'timerange_typename' => env('TIMERANGE_TYPENAME', 'timerange'),
55
'timerange_subtype_diff_function_name' => env('TIMERANGE_SUBTYPE_DIFF_FUNCTION_NAME', 'time_subtype_diff'),
6-
];
6+
];

src/PostgresRangeServiceProvider.php

-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ protected function setCustomResolverForPgsql(): void
2727
public function boot(): void
2828
{
2929
if ($this->app->runningInConsole()) {
30-
3130
$this->publishes([
3231
__DIR__.'/../config/config.php' => config_path('postgres-range.php'),
3332
], 'config');
34-
3533
}
3634

3735
Collection::make(glob(__DIR__.'/Macros/*.php'))->mapWithKeys(
@@ -43,6 +41,5 @@ static function ($macro, $path) {
4341
require_once $path;
4442
}
4543
);
46-
4744
}
4845
}

0 commit comments

Comments
 (0)