{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/Connection.php"
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/Connection.php",
"content": "<?php\n\nnamespace Infrastructure\\Persistence;\n\nuse Infrastructure\\Config\\DatabaseFactory;\n\n\/**\n * @deprecated Use DatabaseFactory::dev() or DatabaseFactory::content() directly\n *\/\nclass Connection\n{\n public static function getInstance(): \\PDO\n {\n return DatabaseFactory::dev();\n }\n}\n",
"numLines": 17,
"startLine": 1,
"totalLines": 17
}
}
}