Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _joinData prop for HABTM. #350

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Add _joinData prop for HABTM. #350

merged 1 commit into from
Jun 27, 2024

Conversation

dereuromark
Copy link
Owner

@dereuromark dereuromark commented Mar 26, 2024

Following #349 cleanup

This resolves #112

Can anyone please verify this?

Index: src/Model/Entity/Article.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/Model/Entity/Article.php b/src/Model/Entity/Article.php
--- a/src/Model/Entity/Article.php	(revision 3bb46010a6347b95739c6d6dac4db125a40613fb)
+++ b/src/Model/Entity/Article.php	(date 1711459930687)
@@ -112,6 +112,7 @@
  * @property int|null $count
+ * @property \Cake\ORM\Entity $_joinData
  */
 class Article extends Entity
 {

@dereuromark dereuromark merged commit 6ec8d5a into master Jun 27, 2024
16 checks passed
@dereuromark dereuromark deleted the habtm branch June 27, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_joinData typehinting
1 participant