1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 17:44:04 +00:00
This commit is contained in:
Samuel Štancl 2019-09-07 16:40:45 +02:00
parent d3712dfacc
commit 0ac7fb74d6
4 changed files with 20 additions and 22 deletions

View file

@ -50,7 +50,7 @@ class Tenant implements ArrayAccess, CurrentTenant
public static function new(): self
{
return app(static::class)->withData([
'id' => static::generateId(),
'id' => static::generateId(), // todo
]);
}