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