3
0

upd(all): move rest implementation into subpkg

This commit is contained in:
Tit Petric
2018-07-16 00:35:01 +02:00
parent 7d11062c3c
commit 5aae6e9001
57 changed files with 1031 additions and 1031 deletions

View File

@@ -70,7 +70,7 @@ foreach ($generators as $generator) {
if (!is_dir($dirname) && !empty($dirname)) {
mkdir($dirname, 0777, true);
}
$common = compact("parsers");
$common = compact("parsers", "project");
include($generator);
}