unicodeveloper / laravel-hackathon-starter

:computer: :octocat: A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
http://hackathon-starter-staging.herokuapp.com/
MIT License
1.63k stars 298 forks source link

This fixes remove duplicate query running from account controller. #22

Closed tirjok closed 8 years ago

tirjok commented 8 years ago

When we go to the /account route, three query run for fetch the same user. Now single query run for fetch user.