upd(all): move rest implementation into subpkg
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user