Browse Source

dump--

master
Matthieu Marcillaud 1 year ago
parent
commit
7f369f9907
  1. 2
      src/Stage/IndexStage.php

2
src/Stage/IndexStage.php

@ -115,8 +115,6 @@ class IndexStage implements StageInterface {
'repositories' => $repositories,
];
dump($repositories);
$template = new Template($context->directory->templates, $context->directory->output_base);
$template->generate('index.html.twig', $data);

Loading…
Cancel
Save