watchedProperties
$productWatchedProperties = Product::watchedProperties();
// WILL RETURN
[
'price' => PriceChangedEvent::class,
]Last updated
$productWatchedProperties = Product::watchedProperties();
// WILL RETURN
[
'price' => PriceChangedEvent::class,
]Last updated