Commit 6b3a11e4b285bc42c51b0370f001b8d65e1439d7

Authored by Андрей Ларионов
1 parent 066f7f9f85
Exists in master

Баг с регистром

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

app/Models/infobloks.php
... ... @@ -24,6 +24,6 @@ class infobloks extends Model
24 24 один-ко-многим
25 25 */
26 26 public function model_dop_info() {
27   - return $this->hasMany(dop_info::class, 'infoblok_id');
  27 + return $this->hasMany(Dop_info::class, 'infoblok_id');
28 28 }
29 29 }