fix(trait): data type $value in WithUpdatedData
This commit is contained in:
parent
28738e6d26
commit
6ef6b6d5af
@ -4,7 +4,7 @@
|
||||
|
||||
trait WithUpdatedData
|
||||
{
|
||||
public function updated(string $propertyName, string $value)
|
||||
public function updated(string $propertyName, $value)
|
||||
{
|
||||
$this->validateOnly($propertyName);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user