jasonlewis / basset

A better asset management package for Laravel.
http://jasonlewis.me/code/basset
240 stars 76 forks source link

Remote-only collections are not served #148

Closed arthurdarcet closed 11 years ago

arthurdarcet commented 11 years ago

For a remote-only collection the Entry object is completely empty and nothing is served since 5a4aafa3157af4f8fc3d78d61b1a5f6a39300ac3.

This patch fixes it, but i am not sure it is even remotely close to the right way of doing it…

Arthur

jasonlewis commented 11 years ago

Good pickup. Yep, that's how I would've fixed it. Cheers.

arthurdarcet commented 11 years ago

Perfect, thanks