We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d13958 commit 3773becCopy full SHA for 3773bec
1 file changed
class/Devtools.php
@@ -235,6 +235,7 @@ public static function function_qualifier($src_path, $dst_path, $moduleName) {
235
$misc = [
236
'new Criteria(' => 'new \Criteria(',
237
'new CriteriaCompo(' => 'new \CriteriaCompo(',
238
+ "\define('\\" => "\define('",
239
];
240
241
// repair known errors
0 commit comments