Skip to content

Commit de5b5cf

Browse files
authored
Remove config merge
1 parent 9bd4ba8 commit de5b5cf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/Bridge/Laravel/Providers/CycleServiceProvider.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,7 @@ public function boot(): void
4646
}
4747

4848
public function register(): void
49-
{
50-
// @phpstan-ignore-next-line
51-
if (! $this->app->configurationIsCached()) {
52-
$this->mergeConfigFrom(
53-
__DIR__ . '/../../../../config/cycle.php',
54-
Registrator::CFG_KEY
55-
);
56-
}
57-
49+
{
5850
$registrators = [
5951
Registrators\RegisterConfigs::class,
6052
Registrators\RegisterTokenizer::class,

0 commit comments

Comments
 (0)