mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
10 lines
153 B
PHP
10 lines
153 B
PHP
<?php
|
|
namespace Grav\Common\File;
|
|
|
|
use RocketTheme\Toolbox\File\MarkdownFile;
|
|
|
|
class CompiledMarkdownFile extends MarkdownFile
|
|
{
|
|
use CompiledFile;
|
|
}
|