Skip to content

Commit b034529

Browse files
Updated the PHPDoc to accurately reflect the behavior (#56562)
1 parent b11b3c7 commit b034529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected function hasValidBypassCookie($request, array $data)
127127
}
128128

129129
/**
130-
* Redirect the user back to the root of the application with a maintenance mode bypass cookie.
130+
* Redirect the user to their intended destination with a maintenance mode bypass cookie.
131131
*
132132
* @param string $secret
133133
* @return \Illuminate\Http\RedirectResponse

0 commit comments

Comments
 (0)