The config information in the combinations method is incorrect.
\Bpuig\Subby\Models\Plan > combinations
/**
* The plan may have many combinations.
*
* @return \Illuminate\Database\Eloquent\Relations\HasMany
*/
public function combinations(): HasMany
{
return $this->hasMany(config('subby.models.plan_combination'), 'plan_id', 'id');
}
Status
READY/IN DEVELOPMENT/HOLD
Migrations
YES | NO
Description
A few sentences describing the overall goals of the pull request's commits.
Todos
[ ] Tests
[ ] Documentation
Deploy Notes
Notes regarding deployment the contained body of work. These should note any
db migrations, etc.
Impacted Areas in Application
List general components of the application that this PR will affect:
The config information in the combinations method is incorrect.
\Bpuig\Subby\Models\Plan > combinations
Status
READY/IN DEVELOPMENT/HOLD
Migrations
YES | NO
Description
A few sentences describing the overall goals of the pull request's commits.
Todos
Deploy Notes
Notes regarding deployment the contained body of work. These should note any db migrations, etc.
Impacted Areas in Application
List general components of the application that this PR will affect: