Skip to content

Commit e80d46b

Browse files
rupadanagithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0f6f8c5 commit e80d46b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/Components/InputGroup.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class 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
}

src/FilamentCustomFormsServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
use Filament\Support\Facades\FilamentIcon;
1111
use Illuminate\Filesystem\Filesystem;
1212
use Livewire\Features\SupportTesting\Testable;
13+
use Rupadana\FilamentCustomForms\Commands\FilamentCustomFormsCommand;
14+
use Rupadana\FilamentCustomForms\Testing\TestsFilamentCustomForms;
1315
use Spatie\LaravelPackageTools\Commands\InstallCommand;
1416
use Spatie\LaravelPackageTools\Package;
1517
use Spatie\LaravelPackageTools\PackageServiceProvider;
16-
use Rupadana\FilamentCustomForms\Commands\FilamentCustomFormsCommand;
17-
use Rupadana\FilamentCustomForms\Testing\TestsFilamentCustomForms;
1818

1919
class FilamentCustomFormsServiceProvider extends PackageServiceProvider
2020
{

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
use Illuminate\Database\Eloquent\Factories\Factory;
1818
use Livewire\LivewireServiceProvider;
1919
use Orchestra\Testbench\TestCase as Orchestra;
20-
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;
2120
use Rupadana\FilamentCustomForms\FilamentCustomFormsServiceProvider;
21+
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;
2222

2323
class TestCase extends Orchestra
2424
{

0 commit comments

Comments
 (0)