Commit 4262fadb by Vladislav

#19460 Разворачивание инфраструктуры

1 parent 1c43284b
Showing with 1 additions and 1 deletions
...@@ -105,7 +105,7 @@ class AdGroup extends Model ...@@ -105,7 +105,7 @@ class AdGroup extends Model
{ {
parent::boot(); parent::boot();
static::updated(function (Campaigns $campaign) { static::updated(function (AdGroup $adGroup) {
// //
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!