Skip to content

Instantly share code, notes, and snippets.

@pije76
Forked from buchin/filters.php
Last active August 29, 2015 14:06
Show Gist options
  • Save pije76/75d32a199879fd845a34 to your computer and use it in GitHub Desktop.
Save pije76/75d32a199879fd845a34 to your computer and use it in GitHub Desktop.
App::missing(function($exception)
{
return Redirect::to('/');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment