()
| 15 | private static $caseMigrationChecked = false; |
| 16 | |
| 17 | public static function setupCompletePath(): string |
| 18 | { |
| 19 | return rtrim(USERS_DIR, '/\\') . DIRECTORY_SEPARATOR . '.setup_complete'; |
| 20 | } |
| 21 | |
| 22 | public static function markSetupComplete(): bool |
| 23 | { |
no outgoing calls
no test coverage detected