Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Jun 30, 2021
1 parent 45aadb7 commit eb76cc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Config/ConfigFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ public function set(string $key, $value): ConfigFile
{
$target = $this->seek(explode('.', $key), $this->ast[0]->expr->items);

if (!$target) {
dd($target, $key);
}

switch (get_class($target->value)) {
case String_::class:
$target->value->value = $value;
Expand Down

0 comments on commit eb76cc4

Please sign in to comment.