app\models\Activity::client PHP Méthode

client() public méthode

public client ( ) : mixed
Résultat mixed
    public function client()
    {
        return $this->belongsTo('App\\Models\\Client')->withTrashed();
    }