Skip to content

Commit 17d388a

Browse files
committed
removed old code
1 parent 1450b1d commit 17d388a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bridges/SecurityDI/SecurityExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function loadConfiguration()
7474
$usersList = $usersRoles = $usersData = [];
7575
foreach ($config->users as $username => $data) {
7676
$data = is_array($data) ? $data : ['password' => $data];
77-
$this->validateConfig(['password' => null, 'roles' => null, 'data' => []], $data, $this->prefix("security.users.$username"));
7877
$usersList[$username] = $data['password'];
7978
$usersRoles[$username] = $data['roles'] ?? null;
8079
$usersData[$username] = $data['data'] ?? [];

0 commit comments

Comments
 (0)