Fix Event factory.
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
This commit is contained in:
Родитель
856c886491
Коммит
341ff62f07
|
@ -42,6 +42,6 @@ $fm->define('OCA\Polls\Db\Event')->setDefinitions([
|
|||
},
|
||||
'token' => Faker::regexify('[A-Za-z0-9]{16}'),
|
||||
'isAnonymous' => 0,
|
||||
]);
|
||||
'fullAnonymous' => 0,
|
||||
'showResults' => true,
|
||||
]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче