Closed Erwane closed 2 years ago
This fix allow Cakephp table be set to full classe name.
$this->belongsTo('Customer') ->setClassName(CustomersTable::class);
Wait please, i found a problem for this.
It's ok. Was a problem in my app. This PR is good again ;)
Thanks for the contribution. Could you please target the PR to the "next" branch?
This fix allow Cakephp table be set to full classe name.