1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:04:04 +00:00

return style

This commit is contained in:
Abrar Ahmad 2022-11-04 18:31:51 +05:00
parent bf36783d44
commit 23a629b1ae

View file

@ -932,13 +932,12 @@ class CentralUserProvidingDefaultValues extends CentralUser
{ {
public function getSyncedCreationAttributes(): array public function getSyncedCreationAttributes(): array
{ {
return return [
[ 'name' => 'Default User',
'name' => 'Default User', 'email' => 'default@localhost',
'email' => 'default@localhost', 'password' => 'password',
'password' => 'password', 'role' => 'admin',
'role' => 'admin', ];
];
} }
} }