Merge pull request #9059 from totoprayogo1916/patch-2

docs: `referrer` is undefined
This commit is contained in:
kenjis 2024-07-23 13:33:34 +09:00 committed by GitHub
commit bbc7608f8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
<?php
if ($agent->isReferral()) {
echo $agent->referrer();
echo $agent->getReferrer();
}