We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use
1 parent 7f9e3c7 commit 5482eefCopy full SHA for 5482eef
bin/feedio
@@ -2,6 +2,7 @@
2
<?php
3
4
use FeedIo\FeedIo;
5
+use FeedIo\Factory;
6
7
$file = __DIR__.'/../vendor/autoload.php';
8
if ( file_exists($file) ) {
@@ -19,7 +20,7 @@ function main($argc, $argv)
19
20
exit;
21
}
22
- $feedIo = \FeedIo\Factory::create()->getFeedIo();
23
+ $feedIo = Factory::create()->getFeedIo();
24
switch($argv[1]) {
25
case 'discover':
26
discover($feedIo, $argv[2]);
0 commit comments