De-depricate the ACL Login loginCheckEditAccessId method

This is still used a lot, and there is no reason to deprecate it so early.

First all the other logic should be brought in to make this an easy
conversion.
This commit is contained in:
Clemens Schwaighofer
2025-01-17 14:43:13 +09:00
parent 0ff6294faa
commit 8804091847

View File

@@ -3217,7 +3217,7 @@ HTML;
* @return int|null same edit access id if ok
* or the default edit access id
* if given one is not valid
* @deprecated Please switch to using edit access cuid check with ->loginCheckEditAccessValidCuid()
* @#deprecated Please switch to using edit access cuid check with ->loginCheckEditAccessValidCuid()
*/
public function loginCheckEditAccessId(?int $edit_access_id): ?int
{