Laravel MongoDB Custom Model Audit is not working #786
Unanswered
wmt-web-pujan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
<?php
namespace App\Models;
use Jenssegers\Mongodb\Eloquent\Model;
class MongoAudit extends Model implements \OwenIt\Auditing\Contracts\Audit
{
use \OwenIt\Auditing\Audit;
}
When performing an action like insert, update through an Audits data not inserted in Database(MongoDB)
Beta Was this translation helpful? Give feedback.
All reactions