mirror of
https://github.com/getgrav/grav.git
synced 2026-06-21 00:10:16 +02:00
Added B/C layer for FormatterInterface
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Grav\Framework\File\Formatter;
|
||||
|
||||
use Grav\Framework\File\Interfaces\FileFormatterInterface;
|
||||
|
||||
/**
|
||||
* @deprecated 1.6 Use Grav\Framework\File\Interfaces\FileFormatterInterface instead
|
||||
*/
|
||||
interface FormatterInterface extends FileFormatterInterface {};
|
||||
Reference in New Issue
Block a user