rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

Update to Laravel 4.1 #48

Closed cafeconweb closed 10 years ago

cafeconweb commented 10 years ago

Hi! after update of Laraverl 4.1, I go to users or groups in admin and it returns a FatalErrorException: Call to undefined method Illuminate\Routing\Route::getParameter() in app/filters.php line 49 $userId = $route->getParameter('users');

Thanks for the help.

rydurham commented 10 years ago

Hi,

You need to tweak your filters.php file to work with the changes in 4.1. Take a look here to see what you need to change.

cafeconweb commented 10 years ago

Great! Thanks a lot!