fix(trait): data type $value in WithUpdatedData

This commit is contained in:
Yoga Pangestu 2025-09-19 16:14:04 +07:00
parent 28738e6d26
commit 6ef6b6d5af

View File

@ -4,7 +4,7 @@
trait WithUpdatedData
{
public function updated(string $propertyName, string $value)
public function updated(string $propertyName, $value)
{
$this->validateOnly($propertyName);
}