@@ -17,6 +17,9 @@ |
||
| 17 | 17 | /** @var string */ |
| 18 | 18 | protected $timestamp; |
| 19 | 19 | |
| 20 | + /** |
|
| 21 | + * @param string $username |
|
| 22 | + */ |
|
| 20 | 23 | public static function getByUsername($username, PdoDatabase $database) |
| 21 | 24 | { |
| 22 | 25 | $statement = $database->prepare(<<<SQL |