Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-08-18 02:16:30 +02:00
parent 57c9649b50
commit ae3a0fce71

View File

@ -2176,7 +2176,6 @@ class Holiday extends CommonObject
$auser = new User($this->db);
$auser->fetch($obj->fk_user_approve_expected);
$this->user_approve = $auser;
}
}
}