maj: sémantique, révision vérification password #3

Merged
cmsassot merged 6 commits from maj into develop 2023-01-05 14:09:41 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 03e15da862 - Show all commits

View File

@ -16,7 +16,7 @@ class SQLLoginRequest
protected string $user; protected string $user;
protected string $password; protected string $password;
public function __construct(array $config = [], string $dsn, string $user, string $password) public function __construct(string $dsn, string $user, string $password, array $config = [])
{ {
$this->config = $config; $this->config = $config;
$this->dsn = $dsn; $this->dsn = $dsn;