示例#1
0
 private function createId(Mutation $mutation)
 {
     return md5(implode('', $mutation->toArray()));
 }