Browse Source

Changed method to use one from the trait itsself

David Yell 7 years ago
parent
commit
88214971af
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->set()` instead, also see `\Cake\View\View::get()`.
+     * @deprecated 3.7.0 Use `$this->set()` instead, also see `$this->viewBuilder()->getVar()`.
      */
     public $viewVars = [];