Skip to content

Commit

Permalink
Mark the method as deprecated as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 12, 2016
1 parent defaee3 commit 2e88444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Routing/RequestActionTrait.php
Expand Up @@ -95,6 +95,7 @@ trait RequestActionTrait
* also be used to submit GET/POST data, and passed arguments.
* @return mixed Boolean true or false on success/failure, or contents
* of rendered action if 'return' is set in $extra.
* @deprecated 3.3.0 You should refactor your code to use View Cells instead of this method.
*/
public function requestAction($url, array $extra = [])
{
Expand Down

0 comments on commit 2e88444

Please sign in to comment.