Merged in bugfix/PMCORE-3467 (pull request #8302)
PMCORE-3467 Approved-by: Paula Quispe
This commit is contained in:
@@ -2789,4 +2789,15 @@ class Bootstrap
|
||||
];
|
||||
self::registerMonolog($channel, $level, $message, $context);
|
||||
}
|
||||
|
||||
/**
|
||||
* Build the options for a cookie, according to the system configuration and values optionally sent to this method
|
||||
*
|
||||
* @param array $options
|
||||
* @return array
|
||||
*/
|
||||
public static function buildCookieOptions(array $options = [])
|
||||
{
|
||||
return System::buildCookieOptions($options);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user