Skip to content

Commit

Permalink
fixup! ♻️ php 8 constructor promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Feb 17, 2025
1 parent fff281e commit b7ba322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Events/Auditing.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public function __construct(
public Auditable $model,
public AuditDriver $driver
) {
$this->model = $model;
$this->driver = $driver;
//
}
}

0 comments on commit b7ba322

Please sign in to comment.