|
|
@@ -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
|
|
|
*/
|