grav/system/src/Grav/Common/File/CompiledYamlFile.php
Flavio Copes cdc6b910cb Bump year
2017-05-05 17:21:59 +02:00

17 lines
323 B
PHP

<?php
/**
* @package Grav.Common.File
*
* @copyright Copyright (C) 2014 - 2017 RocketTheme, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/
namespace Grav\Common\File;
use RocketTheme\Toolbox\File\YamlFile;
class CompiledYamlFile extends YamlFile
{
use CompiledFile;
}