Using $this when not in object context
Morrowga opened this issue · 2 comments
Morrowga commented
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.
Grzyb9k commented
I have same error
saad-kamal commented
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.