Skip to content

Commit 97e152e

Browse files
committed
fixed typo
1 parent 72003c9 commit 97e152e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AuditableWithDeletesTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function bootAuditableWithDeletesTrait()
2727
public function deleter()
2828
{
2929
return $this->belongsTo($this->getUserClass(), $this->getDeletedByColumn())
30-
->withDefault(config('auditable.defaults.creator'));
30+
->withDefault(config('auditable.defaults.deleter'));
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)