fix: migrating to bare metal.

This commit is contained in:
2024-01-06 15:59:04 +00:00
parent ac28e86e68
commit 1d56e833a8
4 changed files with 42 additions and 2 deletions

View File

@@ -108,7 +108,8 @@ class ArtworkController extends Controller
'description' => $request->description,
'overlay_id' => null,
'podcast_id' => $podcast->id,
'episode_id' => $episode->id,
'episode_id' => $episode->id,
//'approved_by' => 4,
'filename' => $filename,
'created_at' => now(),
'updated_at' => now(),