mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 18:04:03 +00:00
Remove timestamps
This commit is contained in:
parent
dcc9bda758
commit
33f5f0e316
5 changed files with 3 additions and 3 deletions
|
|
@ -85,7 +85,7 @@ class DatabaseStorageDriver implements StorageDriver
|
|||
|
||||
$domainData = [];
|
||||
foreach ($tenant->domains as $domain) {
|
||||
$domainData[] = ['domain' => $domain, 'tenant_id' => $tenant->id, 'created_at' => Carbon::now()];
|
||||
$domainData[] = ['domain' => $domain, 'tenant_id' => $tenant->id];
|
||||
}
|
||||
|
||||
Domains::insert($domainData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue