Declaration of bedezign\yii2\audit\components\panels\DataStoragePanelTrait::getUrl() using yii2-audit
问题 I am using yii2-audit extension for audit logs, I followed all steps of installation and also migrate all tables. But when I update table value then it will return error like Audit module cannot be loaded . I have place behaviors() in my model . My Model <?php namespace frontend\models; use yii\base\Model; use yii\web\UploadedFile; use bedezign\yii2\models\AuditTrail; use bedezign\yii2\audit\models\AuditEntry; use bedezign\yii2\Audit; class StudentForm extends \yii\db\ActiveRecord { public