Skip to content

Commit

Permalink
Application Services can receive no request parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Buenosvinos committed Oct 1, 2014
1 parent f0c0c9f commit f3aa930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Service/ApplicationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ interface ApplicationService
* @param $request
* @return mixed
*/
public function execute($request);
public function execute($request = null);
}

0 comments on commit f3aa930

Please sign in to comment.