vierge-noire / cakephp-fixture-factories

CakePHP Fixture Factories
https://vierge-noire.github.io/
MIT License
85 stars 20 forks source link

Model name could be a full class name with namespace. #161

Closed Erwane closed 2 years ago

Erwane commented 2 years ago

This fix allow Cakephp table be set to full classe name.

$this->belongsTo('Customer')
        ->setClassName(CustomersTable::class);
Erwane commented 2 years ago

Wait please, i found a problem for this.

Erwane commented 2 years ago

It's ok. Was a problem in my app. This PR is good again ;)

pabloelcolombiano commented 2 years ago

Thanks for the contribution. Could you please target the PR to the "next" branch?