1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 22:00:23 +02:00

[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__ . '/BridgeInterface.php');
abstract class BridgeAbstract implements BridgeInterface {
const NAME = 'Unnamed bridge';