Skip to content

Commit

Permalink
Fix for nested files
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Oct 23, 2020
1 parent 055dc31 commit cef9eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Preloader/Preloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ private function loadFile(string $path): void
return;
}

$this->loaded = get_included_files();
$this->included[] = $path;
$this->count++;
}
Expand Down

0 comments on commit cef9eb7

Please sign in to comment.