Skip to content

Commit

Permalink
Connect up the 2nd repeater field
Browse files Browse the repository at this point in the history
Tiny corrction, forgot to connect up the new 2nd repeater field.
  • Loading branch information
Ayumi Hamasaki committed Jun 22, 2018
1 parent 812b4f5 commit acccfca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/Cookie.php
Expand Up @@ -27,7 +27,8 @@ class Cookie extends Model
];
public $jsonable = [
'levels',
'contact_links_dpo'
'contact_links_dpo',
'repeater1'
];
public $belongsTo = [
'group' => [CookieGroup::class, 'key' => 'cookie_group_id'],
Expand Down

0 comments on commit acccfca

Please sign in to comment.