JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrhasOne('App\Models\ProductServiceCategory', 'id', 'category_id'); } public function customer() { return $this->hasOne('App\Models\Customer', 'id', 'customer_id'); } public function bankAccount() { return $this->hasOne('App\Models\BankAccount', 'id', 'account_id'); } }