app\models\Credit::client PHP Method

client() public method

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