mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
sort
This commit is contained in:
@@ -5,6 +5,7 @@ namespace App\Console\Commands\Feed;
|
||||
use App\Models\Episode;
|
||||
use App\Models\Podcast;
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Support\Carbon;
|
||||
|
||||
class ReadAndSyncEinundzwanzigPodcastFeed extends Command
|
||||
{
|
||||
@@ -50,6 +51,7 @@ class ReadAndSyncEinundzwanzigPodcastFeed extends Command
|
||||
'podcast_id' => $einundzwanzigPodcast->id,
|
||||
'data' => $item,
|
||||
'created_by' => 1,
|
||||
'created_at' => Carbon::parse($item->datePublished),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user