Skip to content

Commit c554c86

Browse files
committed
wip
1 parent 0c0129a commit c554c86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

v1/the-basics/pages.mdx

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

103103
class UserController extends Controller
104104
{
105-
public function show(User $user)
106-
{
107-
return Inertia::render('User/Show', [
108-
'user' => $user
109-
]);
110-
}
105+
public function show(User $user)
106+
{
107+
return Inertia::render('User/Show', [
108+
'user' => $user
109+
]);
110+
}
111111
}
112112
```
113113

0 commit comments

Comments
 (0)