File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1717use Filament \Forms \Components \TextInput ;
1818use Filament \Schemas \Components \Grid ;
1919use Filament \Schemas \Components \Section ;
20- use Filament \Schemas \Components \Section as InfoSection ;
2120use Filament \Schemas \Components \Tabs ;
2221use Filament \Schemas \Components \Tabs \Tab ;
2322use Filament \Schemas \Components \Utilities \Get ;
@@ -78,7 +77,6 @@ public static function make(string $name, ?Field $field = null): Input
7877 $ input = $ input ->compact ();
7978 }
8079
81-
8280 if ($ isReorderableWithButtons ) {
8381 $ input = $ input ->reorderableWithButtons ();
8482 }
@@ -257,8 +255,6 @@ protected function excludeFromBaseSchema(): array
257255 return ['defaultValue ' ];
258256 }
259257
260-
261-
262258 private static function generateSchemaFromChildren (Collection $ children , bool $ isTableMode = false ): array
263259 {
264260 $ schema = [];
You can’t perform that action at this time.
0 commit comments