* @link https://getkirby.com * @copyright Bastian Allgeier GmbH * @license https://getkirby.com/license */ class S extends Facade { /** * @return \Kirby\Session\Session */ public static function instance() { return App::instance()->session(); } }