From 9390429221ba21b5ea40995350f7d9d4cb7864bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bene=20Tam=C3=A1s?= Date: Fri, 26 Feb 2016 13:52:27 +0100 Subject: [PATCH] Table mixin added to Association --- src/ORM/Association.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ORM/Association.php b/src/ORM/Association.php index 102503c18df..c0ac50326c7 100644 --- a/src/ORM/Association.php +++ b/src/ORM/Association.php @@ -27,6 +27,7 @@ * An Association is a relationship established between two tables and is used * to configure and customize the way interconnected records are retrieved. * + * @mixin \Cake\ORM\Table */ abstract class Association {