We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2ee01 commit 03ca8f9Copy full SHA for 03ca8f9
public/index.php
@@ -271,7 +271,7 @@ function cleanArray($didYouMeans){
271
272
273
if(isset($_GET['bundle'])){
274
- // $code = file_get_contents($file);
+ $code = file_get_contents($file);
275
$rawFileContents = $code;
276
$FileAll = (new \Nette\PhpGenerator\Extractor(file_get_contents($file)))->extractAll();
277
$code = (new \Nette\PhpGenerator\PsrPrinter)->printFile($FileAll);
0 commit comments