crate new project
This commit is contained in:
@@ -62,4 +62,11 @@ class Harim extends Model
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
public function latestDescription()
|
||||
{
|
||||
return $this->hasMany(HarimHistory::class)
|
||||
->latestOfMany()
|
||||
->value('expert_description');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user