diff --git a/.gitattributes b/.gitattributes index 1383480de9b..bbb990fb1c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,7 @@ /ecs.php export-ignore /gulpfile.js export-ignore /lerna.json export-ignore +/lib/craft/behaviors/CustomFieldBehavior.php export-ignore /package-lock.json export-ignore /package.json export-ignore /packages/ export-ignore diff --git a/lib/craft/behaviors/CustomFieldBehavior.php b/lib/craft/behaviors/CustomFieldBehavior.php new file mode 100644 index 00000000000..265833980db --- /dev/null +++ b/lib/craft/behaviors/CustomFieldBehavior.php @@ -0,0 +1,33 @@ +getIsInstalled()) { // Just load an empty CustomFieldBehavior into memory self::_generateCustomFieldBehavior([], null, false, true);