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 1030 additions and 1030 deletions
+1 -1
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);
}