Skip to content

Commit e6e78d5

Browse files
committed
remove comments
1 parent 32b3bfb commit e6e78d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/FilamentFormBuilderServiceProvider.php

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ public function configurePackage(Package $package): void
2525
public function boot()
2626
{
2727
parent::boot();
28-
// $this->loadRoutesFrom(__DIR__.'/routes.php');
29-
30-
// $this->loadViewsFrom(__DIR__.'/../resources/views', 'filament-form-builder');
3128

3229
Livewire::component('tapp.filament-form-builder.livewire.filament-form.show', FilamentFormShow::class);
3330
Livewire::component('tapp.filament-form-builder.livewire.filament-form-user.show', FilamentFormUserShow::class);

0 commit comments

Comments
 (0)