[RssBridge] Include interfaces once

This commit is contained in:
logmanoriginal 2018-11-06 19:23:32 +01:00
parent 95bd206e9d
commit 4b7fea5ebc
7 changed files with 11 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?php
require_once(__DIR__ . '/FormatInterface.php');
class Format {
static protected $dirFormat;