We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ba322 commit 243ae5cCopy full SHA for 243ae5c
src/Events/DispatchingAudit.php
@@ -12,6 +12,6 @@ class DispatchingAudit
12
public function __construct(
13
public Auditable $model
14
) {
15
- $this->model = $model;
+ //
16
}
17
0 commit comments