添加whatshub工单
This commit is contained in:
Regular → Executable
+1
-1
@@ -98,7 +98,7 @@ class Number extends Model
|
||||
*/
|
||||
public function splitLink()
|
||||
{
|
||||
return $this->belongsTo(Link::class, 'split_link_id', 'id', [], 'LEFT')->setEagerlyType(0);
|
||||
return $this->belongsTo(Link::class, 'split_link_id', 'id', [], 'LEFT')->setEagerlyType(1);
|
||||
}
|
||||
|
||||
public function setNumberTypeCustomAttr($value): string
|
||||
|
||||
Reference in New Issue
Block a user