aboutsummaryrefslogtreecommitdiff
path: root/lib/FormatFactory.php
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2022-04-26 00:57:59 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-26 00:57:59 +0200
commit0ef298f9cc5d2ab74ea9d41706998110fec0308f (patch)
treeef6692c1ddde0cb2adbaa7db0aa2bb139fb41e89 /lib/FormatFactory.php
parentb090b17bbf934a102723101911e30796520680b8 (diff)
downloadrss-bridge-0ef298f9cc5d2ab74ea9d41706998110fec0308f.tar.gz
rss-bridge-0ef298f9cc5d2ab74ea9d41706998110fec0308f.tar.zst
rss-bridge-0ef298f9cc5d2ab74ea9d41706998110fec0308f.zip
refactor: add php autoloader (#2655)
Diffstat (limited to 'lib/FormatFactory.php')
-rw-r--r--lib/FormatFactory.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/FormatFactory.php b/lib/FormatFactory.php
index e2bba2fc..c5024e15 100644
--- a/lib/FormatFactory.php
+++ b/lib/FormatFactory.php
@@ -59,8 +59,6 @@ class FormatFactory extends FactoryAbstract {
throw new \Exception('Format file ' . $filePath . ' does not exist!');
}
- require_once $pathFormat;
-
if((new \ReflectionClass($name))->isInstantiable()) {
return new $name();
}
ption> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples/with-markdown-shiki/README.md (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-28Fix Tailwind integration Typescript warning (#3732)Gravatar Victor 2-1/+6
2022-06-27[ci] formatGravatar bholmesdev 2-3/+3
2022-06-27Refactor: remove Deno shim to esbuild "banner" (#3734)Gravatar Ben Holmes 7-15/+22
2022-06-27[ci] formatGravatar FredKSchott 9-23/+25
2022-06-27update telemetry to support more anonymized project id (#3713)Gravatar Fred K. Schott 20-351/+311
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 13-258/+157