joshrainwater / active-users

A Laravel Package for easily retrieving a list of active users and guests that are currently online.
MIT License
89 stars 32 forks source link

Wron façade in documentation #1

Closed iamNikitaValty closed 6 years ago

iamNikitaValty commented 6 years ago

Hi,

I've install this package in my project but it could not work first when i simply follow install instructions that are in the doc. The problem was refering to a missing façade. When i inspected the source code, i found out that you used a different faça de name in the documentation. Especially, you used this 'Active' => Rainwater\Active\ActivityFacade::class instead of your façade that is actually named "ActiveFacade".

I think you used the façade name of the parent project https://github.com/thomastkim/laravel-online-users

Hope u'll correct it in the documentation very soon.

joshrainwater commented 6 years ago

Taken care of, thanks for noticing!