Skip to content

Commit

Permalink
Update DatabaseHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator authored Oct 27, 2024
1 parent ace9db9 commit 3915cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logger/Handler/DatabaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function getCreatedTime(): string
return $this->createdTime;
}

public function getConnection(): Connection
public function getConnection(): DoctrineConnection
{
return $this->connection;
}
Expand Down

0 comments on commit 3915cc3

Please sign in to comment.