spatie / laravel-referer

Remember a visitor's original referer

Home Page:https://freek.dev/686-a-package-to-remember-a-visitors-original-referer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error : Non-static method Spatie\Referer\Referer::put() cannot be called statically

ArtisanTinkerer opened this issue · comments

Surely I am doing something wrong?

I have installed using Composer (Laravel 8).
I am trying to manually set the referer:

use Referer;

Referer::put('google.com');

I get the error:

Error : Non-static method Spatie\Referer\Referer::put() cannot be called statically

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.