Skip to content

Commit d0b5049

Browse files
authored
Merge pull request #11 from hypervel/improve/remove-unused-crontab-config
chore: remove unused crontab config in FoundationServiceProvider
2 parents 08e4e07 + 5b3654a commit d0b5049

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/foundation/src/Providers/FoundationServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ protected function overrideHyperfConfigs(): void
107107
'databases.default' => $connections[$this->config->get('database.default')] ?? [],
108108
'databases.default.migrations' => $migration,
109109
'redis' => $this->getRedisConfig(),
110-
'crontab.enable' => $this->config->get('crontab.enable', true),
111110
];
112111

113112
foreach ($configs as $key => $value) {

0 commit comments

Comments
 (0)