Upgrade to 3.2.0
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
|
||||
namespace Kirby\Cms;
|
||||
|
||||
use Kirby\Exception\InvalidArgumentException;
|
||||
use Kirby\Exception\NotFoundException;
|
||||
use Kirby\Http\Response as BaseResponse;
|
||||
|
||||
/**
|
||||
* Custom response object with an optimized
|
||||
* redirect method to build correct Urls
|
||||
*
|
||||
* @package Kirby Cms
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>
|
||||
* @link https://getkirby.com
|
||||
* @copyright Bastian Allgeier GmbH
|
||||
* @license https://getkirby.com/license
|
||||
*/
|
||||
class Response extends BaseResponse
|
||||
class Response extends \Kirby\Http\Response
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user