1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-16 06:26:24 +02:00

refactor: remove unnecesary includes

This commit is contained in:
Dag
2022-05-12 15:14:15 +02:00
parent 829fc6cca2
commit fd449be4eb
18 changed files with 1 additions and 43 deletions

View File

@ -1,5 +1,5 @@
<?php
require_once('GithubIssueBridge.php');
class GitHubPullRequestBridge extends GithubIssueBridge {
const MAINTAINER = 'Yaman Qalieh';
const NAME = 'GitHub Pull Request';