From 820ef77ec4ceca8c5f60add2c62896df4424fffe Mon Sep 17 00:00:00 2001 From: lee-to Date: Wed, 4 Sep 2024 11:58:16 +0000 Subject: [PATCH] [rector] Rector fixes --- src/UI/Collections/Fields.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/UI/Collections/Fields.php b/src/UI/Collections/Fields.php index fc636db29..e6ee65b57 100644 --- a/src/UI/Collections/Fields.php +++ b/src/UI/Collections/Fields.php @@ -8,12 +8,10 @@ use MoonShine\Contracts\Core\DependencyInjection\FieldsContract; use MoonShine\Contracts\Core\RenderableContract; use MoonShine\Contracts\Core\TypeCasts\DataWrapperContract; -use MoonShine\Contracts\MenuManager\MenuElementContract; use MoonShine\Contracts\UI\FieldContract; use MoonShine\Contracts\UI\HasFieldsContract; use MoonShine\Contracts\UI\HasReactivityContract; use MoonShine\Core\Collections\Renderables; -use MoonShine\MenuManager\MenuGroup; use MoonShine\UI\Contracts\FieldsWrapperContract; use MoonShine\UI\Contracts\FileableContract; use MoonShine\UI\Fields\ID;