In Laravel 4 you could easily see where in your code (template i.e.) you have called URL::action() and with what Controller and Method as parameter you called it, so you could easily find that and fix it...
now in Laravel 5, all you get is:
Call to a member function domain() on null
and the stack trace isn't helping either.