Skip to content

Commit

Permalink
fix small problem in API Generator (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesschobel authored Jan 19, 2018
1 parent ca853c7 commit b59741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/Commands/ContainerApiGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function getUserInputs()
'--container' => $containerName,
'--file' => $containerName . 'Transformer',
'--model' => $model,
'--full' => 'no',
'--full' => false,
]);

// create the default routes for this container
Expand Down

0 comments on commit b59741c

Please sign in to comment.