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] === '*'));
} |
Beta Was this translation helpful? Give feedback.
Answered by
esyede
May 9, 2022
Replies: 1 comment
-
Edit: fixed in 3604971 terimakasih! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
esyede
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit: fixed in 3604971 terimakasih!