mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
wip
This commit is contained in:
parent
d3712dfacc
commit
0ac7fb74d6
4 changed files with 20 additions and 22 deletions
|
|
@ -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
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue