Rename folder

This commit is contained in:
myrmidex 2025-06-29 17:46:06 +02:00
parent 527a55db57
commit 4453c882e6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
namespace App\Console\Commands;
use App\Services\Articles\ArticleFetcher;
use App\Services\Article\ArticleFetcher;
use Illuminate\Console\Command;
class FetchNewArticlesCommand extends Command

View file

@ -1,6 +1,6 @@
<?php
namespace App\Services\Articles;
namespace App\Services\Article;
use App\Models\Article;
use Exception;