visuddhinanda 2 лет назад
Родитель
Сommit
4b04acbe62
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Resources/RecentResource.php

+ 1 - 0
app/Http/Resources/RecentResource.php

@@ -5,6 +5,7 @@ namespace App\Http\Resources;
 use Illuminate\Http\Resources\Json\JsonResource;
 use App\Http\Api\ChannelApi;
 use App\Models\Sentence;
+use App\Models\Article;
 
 class RecentResource extends JsonResource
 {