Skip to content

Commit 3fb6aac

Browse files
committed
wip
1 parent c554c86 commit 3fb6aac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

v2/the-basics/pages.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ use Inertia\Inertia;
9494

9595
class UserController extends Controller
9696
{
97-
public function show(User $user)
98-
{
99-
return Inertia::render('User/Show', [
100-
'user' => $user
101-
]);
102-
}
97+
public function show(User $user)
98+
{
99+
return Inertia::render('User/Show', [
100+
'user' => $user
101+
]);
102+
}
103103
}
104104
```
105105

0 commit comments

Comments
 (0)