docs: referrer is undefined

This commit is contained in:
Toto 2024-07-22 21:04:26 +07:00 committed by GitHub
parent c23ff44cd1
commit 49ffabbf37
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();
}