mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 10:11:49 +01:00
Compare commits
8 Commits
bugfix/UW-
...
0.1.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c1ee7dfb8 | ||
|
|
59ebe2d236 | ||
|
|
e025b71059 | ||
|
|
b658e04445 | ||
|
|
d4e74bc270 | ||
|
|
8127330642 | ||
|
|
f0c213fb53 | ||
|
|
81ea8e748f |
@@ -12,7 +12,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
"fguillot/json-rpc": "^1.2",
|
"fguillot/json-rpc": "^1.2",
|
||||||
"wiosna-dev/common-library": "^0.1.0"
|
"wiosna-dev/common-library": "^0.1.9"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^2.6",
|
"friendsofphp/php-cs-fixer": "^2.6",
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ use Meritoo\LimeSurvey\ApiClient\Result\Item\Survey;
|
|||||||
use Meritoo\LimeSurvey\ApiClient\Result\Item\SurveySummary;
|
use Meritoo\LimeSurvey\ApiClient\Result\Item\SurveySummary;
|
||||||
use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
|
use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
|
||||||
use Meritoo\LimeSurvey\ApiClient\Type\ReasonType;
|
use Meritoo\LimeSurvey\ApiClient\Type\ReasonType;
|
||||||
|
use Meritoo\Common\Utilities\Date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service that serves surveys and participants of surveys
|
* Service that serves surveys and participants of surveys
|
||||||
@@ -301,6 +302,7 @@ class SurveyService
|
|||||||
'firstname' => $firstName,
|
'firstname' => $firstName,
|
||||||
'lastname' => $lastName,
|
'lastname' => $lastName,
|
||||||
'email' => $email,
|
'email' => $email,
|
||||||
|
'validfrom' => date('Y-m-d h:i:s'),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user