Upgrade to 3.2.0
This commit is contained in:
@@ -5,12 +5,16 @@ namespace Kirby\Cms;
|
||||
use Exception;
|
||||
use Kirby\Toolkit\F;
|
||||
use Kirby\Toolkit\Tpl;
|
||||
use Kirby\Toolkit\View;
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
* Represents a Kirby template and takes care
|
||||
* of loading the correct file.
|
||||
*
|
||||
* @package Kirby Cms
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>
|
||||
* @link https://getkirby.com
|
||||
* @copyright Bastian Allgeier GmbH
|
||||
* @license https://getkirby.com/license
|
||||
*/
|
||||
class Template
|
||||
{
|
||||
|
Reference in New Issue
Block a user