|
@@ -8,11 +8,6 @@ class Point extends Model
|
|
|
{
|
|
|
protected $table = 'point';
|
|
|
|
|
|
- public function client()
|
|
|
- {
|
|
|
- return $this->hasOne(Client::class, 'id', 'client_id');
|
|
|
- }
|
|
|
-
|
|
|
public function creatorPro()
|
|
|
{
|
|
|
return $this->hasOne(Pro::class, 'id', 'created_by_pro_id');
|