1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 08:07:33 +02:00

Updated BridgeAbstract (markdown)

LogMANOriginal
2019-02-03 21:26:35 +01:00
parent 2854d8c5cb
commit da09308212

@@ -114,8 +114,8 @@ For more details on the `collectData` function refer to [these instructions](The
Use this template to create your own bridge. Please remove any unnecessary comments and parameters. Use this template to create your own bridge. Please remove any unnecessary comments and parameters.
```PHP ```php
<?PHP <?php
class MyBridge extends BridgeAbstract { class MyBridge extends BridgeAbstract {
const NAME = 'Unnamed bridge'; const NAME = 'Unnamed bridge';
const URI = ''; const URI = '';