ruturajmaniyar / yii2-audit-log

Yii2 audit record and database changes details
Other
4 stars 7 forks source link

Yii::$app->layoutHelper #2

Open jcbmca opened 1 year ago

jcbmca commented 1 year ago

Hi, I'm trying to use this "yii2-audit-log" and the layoutHelper method doesn't work. Can you tell me what I'm doing wrong? Thank you.

ruturajmaniyar commented 1 year ago

@jcbmca

Can you please put your code snippet for better understand what are you doing exactly?

jcbmca commented 1 year ago

Hi @ruturajmaniyar, for example src/views/audit-entry/index.php

line 37

'layout' => Yii::$app->layoutHelper->get_layout_str('#audit-entry-search-form'),

Yii::$app->layoutHelper

This method does not exist, it generates an error when trying to run the project. Thanks for your time.