/**
  * Bootstrap the application events.
  *
  * Here you may register any additional middleware provided with your
  * module with the following addMiddleware() method. You may pass in
  * either an array or a string.
  *
  * @return void
  */
 public function boot()
 {
     Product::observe(ProductObserver::class);
 }