diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-09-29 23:07:33 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-09-29 23:36:07 +0100 |
| commit | 3976b4703df669696105ed6b024b96d433c8fbdb (patch) | |
| tree | 77d0e9f73345461991530623e82bfe12900644a3 /app/Services/UserService.php | |
| parent | 57ab22314b2599feb432b1a1ed71643cfc2f0452 (diff) | |
| download | webtrees-3976b4703df669696105ed6b024b96d433c8fbdb.tar.gz webtrees-3976b4703df669696105ed6b024b96d433c8fbdb.tar.bz2 webtrees-3976b4703df669696105ed6b024b96d433c8fbdb.zip | |
PSR12
Diffstat (limited to 'app/Services/UserService.php')
| -rw-r--r-- | app/Services/UserService.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Services/UserService.php b/app/Services/UserService.php index 9df644fa97..9177765ee7 100644 --- a/app/Services/UserService.php +++ b/app/Services/UserService.php @@ -1,4 +1,5 @@ <?php + /** * webtrees: online genealogy * Copyright (C) 2019 webtrees development team @@ -27,6 +28,7 @@ use Illuminate\Database\Capsule\Manager as DB; use Illuminate\Database\Query\JoinClause; use Illuminate\Support\Collection; use Psr\Http\Message\ServerRequestInterface; + use function app; /** |
