Static Fuction #21
|
Line 283 in 9741476
karena ini : public static function accept_any()
{
$accept = static::accept();
return count($accept) === 0 || (isset($accept[0]) && ($accept[0] === '*/*' || $accept[0] === '*'));
} |
Answered by
esyede
May 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit: fixed in 3604971 terimakasih!