diff options
Diffstat (limited to 'app/Factories/IdFactory.php')
| -rw-r--r-- | app/Factories/IdFactory.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Factories/IdFactory.php b/app/Factories/IdFactory.php index abf2b1d837..74ab98efcd 100644 --- a/app/Factories/IdFactory.php +++ b/app/Factories/IdFactory.php @@ -23,15 +23,10 @@ use Fisharebest\Webtrees\Contracts\IdFactoryInterface; use Ramsey\Uuid\Exception\RandomSourceException; use Ramsey\Uuid\Uuid; -use function dechex; use function hexdec; use function sprintf; -use function str_pad; use function str_split; use function strtoupper; -use function substr; - -use const STR_PAD_LEFT; /** * Create a unique identifier. |
