diff --git a/src/Field.php b/src/Field.php index ab049666..02e34ec2 100644 --- a/src/Field.php +++ b/src/Field.php @@ -4,9 +4,12 @@ use Bakery\Support\TypeRegistry; use Bakery\Fields\PolymorphicField; +use Illuminate\Support\Traits\Macroable; class Field { + use Macroable; + /** * Get the current bound registry. */