From dfcf3dd32229713aca7f7792df3b9fc99c31445a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 9 Aug 2011 11:21:46 -0500 Subject: [PATCH] Tweak filter documentation. --- application/filters.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/filters.php b/application/filters.php index 09cf9506..d86f35d7 100644 --- a/application/filters.php +++ b/application/filters.php @@ -40,8 +40,6 @@ | To make your life easier, we have built authentication and CSRF filters | that are ready to attach to your routes. Enjoy. | - | For more information, check out: http://laravel.com/docs/start/routes#filters - | */ 'before' => function($method, $uri)