2019_12_22_FooBar.php 192 B

12345678910
  1. <?php
  2. class FreshRSS_Migration_2019_12_22_FooBar {
  3. /**
  4. * @return boolean true if the migration was successful, false otherwise
  5. */
  6. public static function migrate() {
  7. return true;
  8. }
  9. }