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 22bfd56 commit 8a5788bCopy full SHA for 8a5788b
1 file changed
src/PanelSwitch.php
@@ -298,9 +298,9 @@ public function getPanels(): array
298
protected function getPanelUrl(Panel $panel)
299
{
300
return Uri::new()
301
- ->withPath('/'.$panel->getPath())
302
- ->withHost(Arr::first($panel->getDomains()))
303
- ->toString();
+ ->withPath('/' . $panel->getPath())
+ ->withHost(Arr::first($panel->getDomains()))
+ ->toString();
304
}
305
306
public function getCurrentPanel(): Panel
0 commit comments