Skip to content

Commit 3c78908

Browse files
Update src/Middleware.php
Co-authored-by: Jonathan Reinink <[email protected]>
1 parent 494b166 commit 3c78908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Middleware.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public function handle(Request $request, Closure $next)
6767
}
6868

6969
/**
70-
* In the event that the asset version changes, Inertia will automatically reload
71-
* the page in order to ensure the application keeps working for the end user.
70+
* In the event that the assets change, initiate a
71+
* client-side location visit to force an update.
7272
*
7373
* @param Request $request
7474
* @param Response $response

0 commit comments

Comments
 (0)