Skip to content

Commit e9dd04f

Browse files
committed
Remove unnecessary return type
1 parent ca37119 commit e9dd04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/InstallController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct()
4848
}
4949
}
5050

51-
public function index(): Response|\Inertia\Response
51+
public function index(): \Inertia\Response
5252
{
5353
try {
5454
DB::reconnect()->getPdo();

0 commit comments

Comments
 (0)