1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:04:03 +00:00

Move UUID generator to a new namespace

This commit is contained in:
Samuel Štancl 2019-09-30 17:12:34 +02:00
parent d0b1729258
commit 60a67bf901
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Stancl\Tenancy;
namespace Stancl\Tenancy\UniqueIDGenerators;
use Stancl\Tenancy\Contracts\UniqueIdentifierGenerator;