/**
  * Register an updating model event with the dispatcher.
  *
  * @param \Closure|string $callback
  * @param int $priority
  * @return void 
  * @static 
  */
 public static function updating($callback, $priority = 0)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     \Webpatser\Countries\Countries::updating($callback, $priority);
 }