Commit 6354433b by Vladislav

fix time_targeting to json format

1 parent 39534691
Showing with 1 additions and 1 deletions
......@@ -117,7 +117,7 @@ class Campaigns extends Model
];
protected $casts = [
'time_targeting' => 'array',
'time_targeting' => 'json',
'negative_keywords' => 'array',
'blocked_ips' => 'array',
'bidding_strategy' => 'json',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!