grav/system/src/Grav/Common/File/CompiledYamlFile.php

17 lines
323 B
PHP
Raw Normal View History

<?php
2016-07-12 00:07:14 +02:00
/**
* @package Grav.Common.File
*
2017-05-05 17:21:59 +02:00
* @copyright Copyright (C) 2014 - 2017 RocketTheme, LLC. All rights reserved.
2016-07-12 00:07:14 +02:00
* @license MIT License; see LICENSE file for details.
*/
namespace Grav\Common\File;
use RocketTheme\Toolbox\File\YamlFile;
class CompiledYamlFile extends YamlFile
{
use CompiledFile;
}