Create TO ftn (for netmails), identify REPLYID, add file:list

This commit is contained in:
Deon George
2022-11-11 22:57:40 +11:00
parent 6284016400
commit eab36c1603
7 changed files with 88 additions and 17 deletions

View File

@@ -36,9 +36,9 @@ class NodeHierarchy extends Seeder
]);
foreach (['domain-a','domain-b'] as $domain) {
$domain = Domain::where('name',$domain)->singleOrFail();
$this->hierarchy($domain,100);
$this->hierarchy($domain,101);
$do = Domain::where('name',$domain)->singleOrFail();
$this->hierarchy($do,100);
$this->hierarchy($do,101);
}
}