()
| 170 | } |
| 171 | |
| 172 | public static function trashRoot(): string |
| 173 | { |
| 174 | return rtrim(self::uploadRoot(), "/\\") . DIRECTORY_SEPARATOR . 'trash' . DIRECTORY_SEPARATOR; |
| 175 | } |
| 176 | |
| 177 | public static function metaRoot(): string |
| 178 | { |
nothing calls this directly
no test coverage detected