vali преди 6 години
родител
ревизия
3935ec5788
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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');
     }
 
 }