event); }, ], [ 'target', function ($model) { return $this->showWithTooltip($model->target, 40); }, ], ]; } public function actions() { return [ [ uctrans('texts.edit_subscription'), function ($model) { return URL::to("subscriptions/{$model->public_id}/edit"); }, ], ]; } }