From 8c34463c26fd8af47e2530e1b40a6b96b9651676 Mon Sep 17 00:00:00 2001 From: Erik Gaal Date: Tue, 26 Mar 2019 09:49:18 +0100 Subject: [PATCH] Make the Field class macroable --- src/Field.php | 3 +++ 1 file changed, 3 insertions(+) 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. */