File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77use DragonCode \LaravelFeed \Exceptions \InvalidFeedArgumentException ;
88use DragonCode \LaravelFeed \Queries \FeedQuery ;
9- use DragonCode \LaravelFeed \Services \Generator ;
9+ use DragonCode \LaravelFeed \Services \GeneratorService ;
1010use Illuminate \Console \Command ;
1111use Laravel \Prompts \Concerns \Colors ;
1212use Symfony \Component \Console \Attribute \AsCommand ;
@@ -20,7 +20,7 @@ class FeedGenerateCommand extends Command
2020{
2121 use Colors;
2222
23- public function handle (Generator $ generator , FeedQuery $ query ): void
23+ public function handle (GeneratorService $ generator , FeedQuery $ query ): void
2424 {
2525 foreach ($ this ->feedable ($ query ) as $ feed => $ enabled ) {
2626 $ enabled
Original file line number Diff line number Diff line change 1616use function implode ;
1717use function sprintf ;
1818
19- class Generator
19+ class GeneratorService
2020{
2121 public function __construct (
2222 protected Filesystem $ filesystem ,
You can’t perform that action at this time.
0 commit comments