records and edgs
This commit is contained in:
@@ -30,7 +30,6 @@ class RecordRepo
|
||||
|
||||
public static function update(Record $record): void
|
||||
{
|
||||
|
||||
$recordToDB = $record->toDB();
|
||||
DB::table("records")->where("id", $record->id)->update($recordToDB);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user