Merged in bugfix/PMCORE-3467 (pull request #8302)

PMCORE-3467

Approved-by: Paula Quispe
This commit is contained in:
Julio Cesar Laura Avendaño
2021-11-26 20:59:56 +00:00
11 changed files with 96 additions and 809 deletions

View File

@@ -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);
}
}