Skip to content

Commit b659a25

Browse files
lukas-freygithub-actions[bot]
authored andcommitted
style: fix code styling
1 parent 73c479b commit b659a25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/OnboardingPlugin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Guava\Onboarding\ConcernsOld\HasScenarios;
1111
use Guava\Onboarding\Filament\Scenario;
1212
use Livewire\Livewire;
13-
use Livewire\Mechanisms\ComponentRegistry;
1413

1514
class OnboardingPlugin implements Plugin
1615
{
@@ -85,7 +84,7 @@ private function registerRoutes(Panel $panel): void
8584
foreach ($this->getJourneys() as $journey) {
8685
$instance = new $journey;
8786
foreach ($instance->steps() as $step) {
88-
// $name = app(Compone::class)->getName($step);
87+
// $name = app(Compone::class)->getName($step);
8988
Livewire::component($step, $step);
9089
}
9190
}

0 commit comments

Comments
 (0)