mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fixed case.
This commit is contained in:
parent
bb726d58ba
commit
f7453500b9
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ class Router {
|
|||
/**
|
||||
* Gets the current request object, or the first one.
|
||||
*
|
||||
* @param boolean $current True to get the current request object, or False to get the first one.
|
||||
* @param boolean $current True to get the current request object, or false to get the first one.
|
||||
* @return CakeRequest|null Null if stack is empty.
|
||||
*/
|
||||
public static function getRequest($current = false) {
|
||||
|
|
Loading…
Reference in a new issue