Skip to content

Commit 7fa071d

Browse files
author
riccardodallavia
committed
wip
1 parent bedb326 commit 7fa071d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class User extends Model
9595
logger()->warning("User {$this->getKey()} is being pruned");
9696
}
9797

98-
protected function prunedFields()
98+
protected function prunedFields(): void
9999
{
100100
logger()->warning("User {$this->getKey()} has been pruned");
101101
}

src/PrunableFields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function pruningFields(): void
5454
//
5555
}
5656

57-
protected function prunedFields()
57+
protected function prunedFields(): void
5858
{
5959
//
6060
}

0 commit comments

Comments
 (0)