Skip to content

Commit 42679aa

Browse files
committed
rerun ; [documentation]
1 parent 3117b06 commit 42679aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

databox/api/Command/DocumentationDumperCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
2222
$source = Path::join(__DIR__, '../_preGeneratedDoc');
2323
$destination = Path::join(__DIR__, '../doc');
2424

25+
2526
$filesystem->copy("$source/Databox-api_dynamic.md", "$destination/Databox-api_dynamic.md", true);
2627
$filesystem->mirror("$source/Databox/Api/", "$destination/Databox/Api/");
2728
$filesystem->mirror("$source/Databox/Attributes/", "$destination/Databox/Attributes/");

0 commit comments

Comments
 (0)