Skip to content

Commit

Permalink
add back missing methods to Facades/FilamentFieldGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
cklei-carly committed Sep 5, 2024
1 parent f795f54 commit babd4ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Facades/FilamentFieldGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
use SolutionForest\FilamentFieldGroup\FieldTypes\Configs\Contracts\FieldTypeConfig;

/**
* @method static void registerModels()
* @method static string getFieldGroupModelClass()
* @method static void setFieldGroupModelClass(string $modelClass)
* @method static string getFieldModelClass()
* @method static void setFieldModelClass(string $modelClass)
* @method static array getFieldTypeOptions()
* @method static array getFieldTypeGroupedKeyValueOptions()
* @method static ?string getFieldTypeDisplayValue(string $name)
Expand Down

0 comments on commit babd4ef

Please sign in to comment.