fix: help uri
This commit is contained in:
parent
4d49132821
commit
a6d5f3038c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class Help extends Component
|
|||
];
|
||||
public function mount()
|
||||
{
|
||||
$this->path = Route::current()->uri();
|
||||
$this->path = Route::current()?->uri() ?? null;
|
||||
if (isDev()) {
|
||||
$this->description = "I'm having trouble with {$this->path}";
|
||||
$this->subject = "Help with {$this->path}";
|
||||
|
|
|
|||
Loading…
Reference in a new issue