fix

parent 2117154f
...@@ -40,7 +40,12 @@ $this->params['breadcrumbs'][] = $this->title; ...@@ -40,7 +40,12 @@ $this->params['breadcrumbs'][] = $this->title;
return $session; return $session;
} }
], ],
'url', [
'attribute' => 'url',
'value' => function($model) {
return $model->getUrl();
}
],
'referer', 'referer',
[ [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment