Add audit logs for rules.

This commit is contained in:
James Cole
2022-10-02 05:37:38 +02:00
parent 681b0b9046
commit 185842a891
7 changed files with 211 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ class Note extends Model
/**
* @codeCoverageIgnore
*
* Get all of the owning noteable models.
* Get all the owning noteable models.
*/
public function noteable(): MorphTo
{