SC
Size: a a a
SC
SC
SC
SC
AG
HM
Д
A
A
HM
🎃
МD
🎃
МD
🎃
МD
S
return $this->hasManyThrough(
'App\Models\Plan',
'App\Models\Subscription',
'company_id',
'plan_id',
'id',
'stripe_plan'
);
$this->hasOne('App\Models\Subscription', 'company_id', 'id')->orderBy('id', 'desc')
🎃
return $this->hasManyThrough(
'App\Models\Plan',
'App\Models\Subscription',
'company_id',
'plan_id',
'id',
'stripe_plan'
);
$this->hasOne('App\Models\Subscription', 'company_id', 'id')->orderBy('id', 'desc')
S
🎃