A
Size: a a a
A
S
return $this->hasOneThrough(
'App\Models\Plan',
'App\Models\Subscription',
'company_id',
'plan_id',
'id',
'stripe_plan'
)->latest('id');
МD
S
return $this->hasOne('App\Models\Subscription', 'company_id', 'id')->orderBy('id', 'desc');
return $this->hasOne('App\Models\Plan', 'plan_id', 'stripe_plan');
ЛП
e
e
e
ЛП
e
ЛП
e
ЛП
🎃
🎃
ЛП
ЛП
МD
🎃
🎃