...
|
...
|
@@ -60,6 +60,6 @@ class Sun extends Model |
|
|
|
|
|
public function plane()
|
|
|
{
|
|
|
return $this->belongsTo('Plane', 'plane_id', 'id', [], 'LEFT')->setEagerlyType(0);
|
|
|
return $this->belongsTo('Plane', 'plane_id', 'id', [], 'INNER')->setEagerlyType(0);
|
|
|
}
|
|
|
} |
...
|
...
|
|