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