Continue implementing tests

This commit is contained in:
Marcus Moore
2023-02-02 17:41:32 -08:00
parent a2e47d19fc
commit 89eff23e44
3 changed files with 51 additions and 4 deletions
+9
View File
@@ -52,4 +52,13 @@ class SettingFactory extends Factory
'email_domain' => 'test.com',
];
}
public function withMultipleFullCompanySupport()
{
return $this->state(function () {
return [
'full_multiple_companies_support' => 1,
];
});
}
}