Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodallavia committed Jun 10, 2022
1 parent bedb326 commit 7fa071d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class User extends Model
logger()->warning("User {$this->getKey()} is being pruned");
}

protected function prunedFields()
protected function prunedFields(): void
{
logger()->warning("User {$this->getKey()} has been pruned");
}
Expand Down
2 changes: 1 addition & 1 deletion src/PrunableFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected function pruningFields(): void
//
}

protected function prunedFields()
protected function prunedFields(): void
{
//
}
Expand Down

0 comments on commit 7fa071d

Please sign in to comment.