Skip to content

Commit dd2ee61

Browse files
committed
Remove some comments.
1 parent a147339 commit dd2ee61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/filters.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
App::before(function($request)
1515
{
16-
// Fired before all requests to the application...
16+
//
1717
});
1818

1919

2020
App::after(function($request, $response)
2121
{
22-
// Fired after all requests to the application...
22+
//
2323
});

0 commit comments

Comments
 (0)