Skip to content

Commit 4277e95

Browse files
committed
fix(phpstan):(LAR-105) fixing phpstan error
1 parent d0f9500 commit 4277e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Livewire/Modals/Unsplash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public static function modalMaxWidth(): string
2020

2121
public function render(): View
2222
{
23-
return view('livewire.modals.unsplash'); // @phpstan-ignore-line
23+
return view('livewire.modals.unsplash');
2424
}
2525
}

0 commit comments

Comments
 (0)