Skip to content

Commit

Permalink
add deprecated info
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Aug 27, 2019
1 parent b521b29 commit e07f7aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/web/filters/ResponseCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ class ResponseCache extends PageCache
* // do something whether is the response cached or not
* });
* ```
* @deprecated Replaced in favor of {{beforeCacheResponse}} and {{afterRestoreResponse}}.
*
* @deprecated Replaced in favor of {{beforeCacheResponse}} and {{afterRestoreResponse}}. Will be removed in 2.0
*/
public $actionsCallable = [];

/**
* @var array
* @deprecated Use {{$only}} or {{$except}} instead.
* @deprecated Use {{$only}} or {{$except}} instead. Will be removed in 2.0
*/
public $actions = [];

Expand Down

0 comments on commit e07f7aa

Please sign in to comment.