Custom user fields during registration and profile edit #711
This commit is contained in:
@@ -33,7 +33,7 @@ class ClearDatabase extends BaseImporter
|
||||
{
|
||||
return [
|
||||
[
|
||||
'importer' => get_class($this),
|
||||
'importer' => static::class,
|
||||
'start' => 0,
|
||||
'end' => 1,
|
||||
'message' => 'Clearing database',
|
||||
|
||||
Reference in New Issue
Block a user