mirror of
https://github.com/getgrav/grav.git
synced 2026-03-17 10:01:03 +01: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