/**
  * To enable writing of the package states file the package states
  * migration needs to override eventual failsafe blocks.
  * This will be used during installation process.
  */
 public function forceSortAndSavePackageStates()
 {
     parent::sortAndSavePackageStates();
 }