rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Possible readme typo: Tag model #78

Closed bezruki closed 9 years ago

bezruki commented 9 years ago

in your documentation, you call your model like so:

Conner\Tagging\Tag::where)...

Code above doesn't seem to work, but this does:

Conner\Tagging\Model\Tag::where(...

Is that a typo?

rtconner commented 9 years ago

Oh yeah, thanks.