antonioribeiro/tracker

Using $this when not in object context

Morrowga opened this issue · 2 comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

System

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

I have same error

any answer? i am having same issue on my laravel 8.
whenever i call a function of this package to get the data. same message appears
e.g $visitor = Tracker::currentSession();

when i call this, it shows this error on line # 100 of Tracker.php file.
I am using windows 10 and browser is Firefox.