File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88class InputGroup extends Grid
99{
1010 use HasLabel;
11+
1112 protected string $ view = 'filament-custom-forms::components.grid ' ;
1213
1314 public static function make (array | int | string | null $ columns = 2 ): static
@@ -17,7 +18,7 @@ public static function make(array | int | string | null $columns = 2): static
1718 $ static ->extraAttributes (['class ' => 'filament-input-group gap-y-2 grid ' ]);
1819
1920 $ static ->columnSpan (1 );
20-
21+
2122 return $ static ;
2223 }
2324}
Original file line number Diff line number Diff line change 1010use Filament \Support \Facades \FilamentIcon ;
1111use Illuminate \Filesystem \Filesystem ;
1212use Livewire \Features \SupportTesting \Testable ;
13+ use Rupadana \FilamentCustomForms \Commands \FilamentCustomFormsCommand ;
14+ use Rupadana \FilamentCustomForms \Testing \TestsFilamentCustomForms ;
1315use Spatie \LaravelPackageTools \Commands \InstallCommand ;
1416use Spatie \LaravelPackageTools \Package ;
1517use Spatie \LaravelPackageTools \PackageServiceProvider ;
16- use Rupadana \FilamentCustomForms \Commands \FilamentCustomFormsCommand ;
17- use Rupadana \FilamentCustomForms \Testing \TestsFilamentCustomForms ;
1818
1919class FilamentCustomFormsServiceProvider extends PackageServiceProvider
2020{
Original file line number Diff line number Diff line change 1717use Illuminate \Database \Eloquent \Factories \Factory ;
1818use Livewire \LivewireServiceProvider ;
1919use Orchestra \Testbench \TestCase as Orchestra ;
20- use RyanChandler \BladeCaptureDirective \BladeCaptureDirectiveServiceProvider ;
2120use Rupadana \FilamentCustomForms \FilamentCustomFormsServiceProvider ;
21+ use RyanChandler \BladeCaptureDirective \BladeCaptureDirectiveServiceProvider ;
2222
2323class TestCase extends Orchestra
2424{
You can’t perform that action at this time.
0 commit comments