laravel-auditing icon indicating copy to clipboard operation
laravel-auditing copied to clipboard

9.0 - Audit Redactors not working

Open ddzobov opened this issue 3 years ago • 0 comments

Auditable Model:

protected $auditRedactors = [
        'password' => RightRedactor::class,
        'api_token' => RightRedactor::class,
];

Config: 'redact' => true,

After saving model, i'm able to see full values.

Info about audit redacting was disappeared from docs. It was removed from package? If yes - why i can find Redactor classes in package?

ddzobov avatar Oct 02 '20 13:10 ddzobov