app\models\Credit::client PHP 메소드

client() 공개 메소드

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