Browse Source

Update deprecation message.

ADmad 7 years ago
parent
commit
eb888b469d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/ViewVarsTrait.php

+ 1 - 1
src/View/ViewVarsTrait.php

@@ -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 = [];