fixed a few controller delegation issues.

This commit is contained in:
Taylor Otwell
2011-08-25 23:34:33 -05:00
parent a045496684
commit 195f7862cb
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ abstract class Controller {
* @param Request $request
* @return mixed
*/
public function before(Request $request) {}
public function before($request) {}
/**
* Magic Method to handle calls to undefined functions on the controller.