satrun77 / tinyissue

Simple Issue Tracking for Teams
MIT License
48 stars 6 forks source link

Error after upgrading to latest develop version #129

Closed nickbe closed 8 years ago

nickbe commented 8 years ago

Just tried the latest develop version (upgrade and also a clean install) Both show this error after login:

Call to undefined method Illuminate\Database\Query\Builder::dataCollection() (View: resources\views\activity\update-issue-tags.blade.php) (View: resources\views\activity\update-issue-tags.blade.php)

satrun77 commented 8 years ago

This should be fixed now. I accidentally removed the method dataCollection()

nickbe commented 8 years ago

Thanks and closed.