We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c479b commit b659a25Copy full SHA for b659a25
src/OnboardingPlugin.php
@@ -10,7 +10,6 @@
10
use Guava\Onboarding\ConcernsOld\HasScenarios;
11
use Guava\Onboarding\Filament\Scenario;
12
use Livewire\Livewire;
13
-use Livewire\Mechanisms\ComponentRegistry;
14
15
class OnboardingPlugin implements Plugin
16
{
@@ -85,7 +84,7 @@ private function registerRoutes(Panel $panel): void
85
84
foreach ($this->getJourneys() as $journey) {
86
$instance = new $journey;
87
foreach ($instance->steps() as $step) {
88
-// $name = app(Compone::class)->getName($step);
+ // $name = app(Compone::class)->getName($step);
89
Livewire::component($step, $step);
90
}
91
0 commit comments