Skip to content

Commit b1ea165

Browse files
committed
Merge branch 'main' of github.com:vormkracht10/filament-fields
2 parents b644e19 + b42fd90 commit b1ea165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Contracts/FieldInspector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ public function initializeDefaultField(string $fieldType): array;
3737
* }
3838
*/
3939
public function initializeCustomField(string $fieldType): array;
40-
}
40+
}

src/Fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ public static function resolveField($slug)
2424
{
2525
return static::$fields[$slug] ?? null;
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)