Skip to content

Commit 243ae5c

Browse files
committed
fixup! ♻️ php 8 constructor promotion
1 parent b7ba322 commit 243ae5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/DispatchingAudit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ class DispatchingAudit
1212
public function __construct(
1313
public Auditable $model
1414
) {
15-
$this->model = $model;
15+
//
1616
}
1717
}

0 commit comments

Comments
 (0)