mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:14:03 +00:00
Fix typo (#441)
This commit is contained in:
parent
cd1381eae9
commit
dad7b87c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class DatabaseConfig
|
|||
return Str::random(16);
|
||||
};
|
||||
|
||||
static::$passwordGenerator = static::$usernameGenerator ?? function (Tenant $tenant) {
|
||||
static::$passwordGenerator = static::$passwordGenerator ?? function (Tenant $tenant) {
|
||||
return Hash::make(Str::random(32));
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue