diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-02-23 09:14:37 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-02-23 09:14:37 +0000 |
| commit | 709c7e1a4da00208ea2ab538eb0a1f2d46f63629 (patch) | |
| tree | 8ef5eb50ea9f5a41f1877f427c4cda1678196625 | |
| parent | 415d36fe52e92d8f885cd0f244174cd146947804 (diff) | |
| download | webtrees-709c7e1a4da00208ea2ab538eb0a1f2d46f63629.tar.gz webtrees-709c7e1a4da00208ea2ab538eb0a1f2d46f63629.tar.bz2 webtrees-709c7e1a4da00208ea2ab538eb0a1f2d46f63629.zip | |
CodeStyle
| -rw-r--r-- | app/Statistics/Repository/IndividualRepository.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Statistics/Repository/IndividualRepository.php b/app/Statistics/Repository/IndividualRepository.php index 51673289e4..cc62465d2d 100644 --- a/app/Statistics/Repository/IndividualRepository.php +++ b/app/Statistics/Repository/IndividualRepository.php @@ -47,7 +47,6 @@ use Illuminate\Database\Capsule\Manager as DB; use Illuminate\Database\Query\Builder; use Illuminate\Database\Query\Expression; use Illuminate\Database\Query\JoinClause; - use stdClass; use function app; |
