Upgrade to 3.2.0
This commit is contained in:
@@ -7,11 +7,17 @@ use Kirby\Toolkit\Facade;
|
||||
|
||||
/**
|
||||
* Shortcut to the session object
|
||||
*
|
||||
* @package Kirby Cms
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>
|
||||
* @link https://getkirby.com
|
||||
* @copyright Bastian Allgeier GmbH
|
||||
* @license https://getkirby.com/license
|
||||
*/
|
||||
class S extends Facade
|
||||
{
|
||||
/**
|
||||
* @return Session
|
||||
* @return Kirby\Session\Session
|
||||
*/
|
||||
public static function instance()
|
||||
{
|
||||
|
Reference in New Issue
Block a user