Skip to content

Commit cb4d5f3

Browse files
committed
cleanup
1 parent 65d8fa0 commit cb4d5f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Mcp/Tools/DatabaseSchema.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111

1212
class DatabaseSchema extends Tool
1313
{
14-
protected Connection $connection;
15-
16-
public function __construct()
17-
{
18-
$this->connection = app(Connection::class);
19-
}
20-
2114
public function description(): string
2215
{
2316
return 'Use this tool to read the database schema for the application.';

0 commit comments

Comments
 (0)