Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Apr 19, 2024
1 parent ace4b1b commit 07c092f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public function getRequireCallable($path, array $data = [])
$code = file_get_contents($path);
$this->cachedCallables[$path] = function ($data) use ($code) {
extract($data, EXTR_SKIP);

return eval("?>" . $code);
};

Expand Down

0 comments on commit 07c092f

Please sign in to comment.