[Cover] Removed commented code
This commit is contained in:
parent
fdc2bc39d0
commit
4eafcd5058
|
@ -106,7 +106,6 @@ class Cover
|
|||
// Can only get new id after inserting
|
||||
DB::flush();
|
||||
$cover = CoverEntity::create(['gsactor_id' => $actor_id, 'file_id' => $file->getId()]);
|
||||
//var_dump($cover);
|
||||
DB::persist($cover);
|
||||
DB::flush();
|
||||
// Only delete files if the commit went through
|
||||
|
|
Loading…
Reference in New Issue
Block a user