getModel()->where('uid', $uid)->lock(true)->find(); return $row ? $row->toArray() : null; } }