filesystem_maintenance.php 168 B

123456789
  1. <?php
  2. /**
  3. *
  4. * @author Tim Fry <[email protected]>
  5. */
  6. interface filesystem_maintenance {
  7. public static function filesystem_maintenance(settings $settings): void;
  8. }