Skip to content

Commit 0a82ae1

Browse files
committed
test call
1 parent c3019ae commit 0a82ae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FilamentNestedBuilderFormServiceProvider.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use Spatie\LaravelPackageTools\Package;
1414
use Spatie\LaravelPackageTools\PackageServiceProvider;
1515
use VendorName\Skeleton\Commands\SkeletonCommand;
16+
use VendorName\Skeleton\Testing\TestsFilamentNestedBuilderForm;
1617
use VendorName\Skeleton\Testing\TestsSkeleton;
1718

1819
class FilamentNestedBuilderFormServiceProvider extends PackageServiceProvider
@@ -79,7 +80,7 @@ public function packageBooted(): void
7980
}*/
8081

8182
// Testing
82-
Testable::mixin(new TestsSkeleton());
83+
Testable::mixin(new TestsFilamentNestedBuilderForm());
8384
}
8485

8586
protected function getAssetPackageName(): ?string

0 commit comments

Comments
 (0)