Skip to content

Commit

Permalink
Update deprecation message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 22, 2018
1 parent dcfe6d1 commit eb888b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/ViewVarsTrait.php
Expand Up @@ -38,7 +38,7 @@ trait ViewVarsTrait
* Variables for the view
*
* @var array
* @deprecated 3.7.0 Use `$this->viewBuilder()->setVar()/getVar()` instead.
* @deprecated 3.7.0 Use `$this->set()` instead.
*/
public $viewVars = [];

Expand Down

0 comments on commit eb888b4

Please sign in to comment.