vali 6 vuotta sitten
vanhempi
commit
3935ec5788
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Models/Account.php

+ 1 - 1
app/Models/Account.php

@@ -15,7 +15,7 @@ class Account extends BaseModel
 
     public function detail()
     {
-        return $this->hasOne(Account_detailed::class, 'account_inentity', 'identity');
+        return $this->hasOne(Account_detailed::class, 'account_identity', 'identity');
     }
 
 }