refactoring.

This commit is contained in:
Taylor Otwell
2011-09-06 23:29:19 -05:00
parent 16716097c6
commit ed9e04db6f
9 changed files with 174 additions and 24 deletions

View File

@@ -42,13 +42,13 @@ return array(
|
*/
'before' => function($laravel)
'before' => function()
{
// Do stuff before every request to your application.
},
'after' => function($laravel, $response)
'after' => function($response)
{
// Do stuff after every request to your application.
},