mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 15:30:01 +02:00
Updated BridgeAbstract (markdown)
parent
2854d8c5cb
commit
da09308212
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
```PHP
|
||||
<?PHP
|
||||
```php
|
||||
<?php
|
||||
class MyBridge extends BridgeAbstract {
|
||||
const NAME = 'Unnamed bridge';
|
||||
const URI = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue