| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-22 18:40:28 GMT-0800 |
| Commit | 1e414c68ba1d63c6610ccfd5de9ed20f0bcc04df |
| Parent | 89759e3 |
| private function sortRepositories( array $repos ): array { | ||
| - $file = __DIR__ . self::ORDER_FILE; | ||
| + $file = self::ORDER_FILE; | ||
| if( file_exists( $file ) ) { |
| Delta | 1 line added, 1 line removed |
|---|