From 160a4070a690e45e0947879c12d181d3fe121762 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 8 Feb 2024 11:52:01 -0500 Subject: [PATCH] remove object and array, no longer valid, fixes #1446 --- src/Maker/MakeEntity.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Maker/MakeEntity.php b/src/Maker/MakeEntity.php index df2653952..ca8546cc0 100644 --- a/src/Maker/MakeEntity.php +++ b/src/Maker/MakeEntity.php @@ -452,9 +452,7 @@ private function printAvailableTypes(ConsoleStyle $io): void EntityRelation::ONE_TO_ONE => [], ], 'array_object' => [ - 'array' => ['simple_array'], 'json' => [], - 'object' => [], 'binary' => [], 'blob' => [], ],