File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function initialize(?string $step): void
7979 // $this->session->meta(['reached-step' => $this->reachedStep]);
8080 // }
8181 //
82- public function refresh ()
82+ public function refresh (): void
8383 {
8484 // $stepComponent = $this->getStepComponent($this->current, $this->getStepData());
8585 // $this->stepInfo = $stepComponent->getStepInfo();
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ private function registerRoutes(Panel $panel): void
8585 foreach ($ this ->getJourneys () as $ journey ) {
8686 $ instance = new $ journey ;
8787 foreach ($ instance ->steps () as $ step ) {
88- $ name = app (ComponentRegistry ::class)->getName ($ step );
89- Livewire::component ($ name , $ step );
88+ // $name = app(Compone ::class)->getName($step);
89+ Livewire::component ($ step , $ step );
9090 }
9191 }
9292 }
You can’t perform that action at this time.
0 commit comments