2019_12_23_Baz.php 217 B

1234567891011
  1. <?php
  2. declare(strict_types=1);
  3. class FreshRSS_Migration_2019_12_23_Baz {
  4. /**
  5. * @return bool true if the migration was successful, false otherwise
  6. */
  7. public static function migrate(): bool {
  8. return true;
  9. }
  10. }