Browse Source

Fix missing deprecation version

mscherer 6 years ago
parent
commit
ebc3bf8179
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Datasource/QueryTrait.php

+ 2 - 0
src/Datasource/QueryTrait.php

@@ -86,6 +86,8 @@ trait QueryTrait
      * When called with a Table argument, the default table object will be set
      * and this query object will be returned for chaining.
      *
+     * Deprecated: 3.6.0 Using Query::repository() as getter is deprecated. Use getRepository() instead.
+     *
      * @param \Cake\Datasource\RepositoryInterface|null $table The default table object to use
      * @return \Cake\Datasource\RepositoryInterface|$this
      */