mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 01:25:21 +02:00
[RssBridge] Include interfaces once
This commit is contained in:
parent
95bd206e9d
commit
4b7fea5ebc
7 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
require_once(__DIR__ . '/BridgeInterface.php');
|
||||
|
||||
abstract class BridgeAbstract implements BridgeInterface {
|
||||
|
||||
const NAME = 'Unnamed bridge';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue