File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
class Middleware
10
10
{
11
11
/**
12
- * The root template that will be loaded on the first page visit.
12
+ * The root template that's loaded on the first page visit.
13
13
*
14
14
* @see https://inertiajs.com/server-side-setup#root-template
15
15
* @var string
@@ -51,7 +51,7 @@ public function share(Request $request)
51
51
}
52
52
53
53
/**
54
- * Sets the root template that will be loaded on the first page visit.
54
+ * Sets the root template that's loaded on the first page visit.
55
55
*
56
56
* @see https://inertiajs.com/server-side-setup#root-template
57
57
* @param Request $request
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Inertia\Middleware;
8
8
class {{ class }} extends Middleware
9
9
{
10
10
/**
11
- * The root template that will be loaded on the first page visit.
11
+ * The root template that's loaded on the first page visit.
12
12
*
13
13
* @see https://inertiajs.com/server-side-setup#root-template
14
14
* @var string
You can’t perform that action at this time.
0 commit comments