class/RoomDamageResponsibilityFactory.php
Method save
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function save(RoomDamageResponsibility $resp)
{
$db = PdoFactory::getPdoInstance();
$id = $resp->getId();
- Create a ticketCreate a ticket