Skip to content

Commit

Permalink
Config srcs don't need to be keyed arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Dec 15, 2020
1 parent 7584bda commit 7784222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Schema/Schema.php
Expand Up @@ -308,7 +308,6 @@ private function bootConfig(): void
if (is_string($configSrcs)) {
$configSrcs = [$this->schemaKey => $configSrcs];
}
Schema::assertValidConfig($configSrcs);
foreach ($configSrcs as $configSrc => $data) {
if ($data === false) {
continue;
Expand Down

0 comments on commit 7784222

Please sign in to comment.