[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
|
// Can only get new id after inserting
|
||||||
DB::flush();
|
DB::flush();
|
||||||
$cover = CoverEntity::create(['gsactor_id' => $actor_id, 'file_id' => $file->getId()]);
|
$cover = CoverEntity::create(['gsactor_id' => $actor_id, 'file_id' => $file->getId()]);
|
||||||
//var_dump($cover);
|
|
||||||
DB::persist($cover);
|
DB::persist($cover);
|
||||||
DB::flush();
|
DB::flush();
|
||||||
// Only delete files if the commit went through
|
// Only delete files if the commit went through
|
||||||
|
|
Loading…
Reference in New Issue
Block a user