Skip to content

Commit

Permalink
chore: Remove residual code.
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Jan 26, 2024
1 parent 7a2735e commit 7b35f07
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/LaravelLivewireDiscoverServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,4 @@ public function configurePackage(Package $package): void
// Load the Livewire components of xposbox.
$this->app->instance(ComponentRegistry::class, new LaravelLivewireDiscoverComponentRegistry());
}

/**
* Booting the package.
*
* @return void
*/
public function bootingPackage(): void
{
// Load the Blade components
Blade::componentNamespace('Kodtipo\\Xposbox\\View\\Components', 'xposbox');
}
}

0 comments on commit 7b35f07

Please sign in to comment.