This commit is contained in:
Michał Sieciechowicz 2021-02-26 22:26:48 +01:00
parent 77c6bc9dc4
commit f03431dc70
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Job extends BaseModel {
parent::__construct( new JobSql() );
}
}
$dns = 'pgsql:host=localhost;port=5432;dbname=dynamic_dev;user=test;password=pas123';
$dns = 'pgsql:host=localhost;port=5432;dbname=dynamic_dev;user=test;password=pass123';
ConnectionManager::Connect($dns);
echo "