Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
43 | public function changePasswordSkeleton() |
||
44 | { |
||
45 | $dataProvider = new CredentialsDataProvider(); |
||
46 | $dataProvider->setEmail('[email protected]') |
||
47 | ->setPassword('new-password'); |
||
48 | |||
49 | return $this->jsonResponse($dataProvider); |
||
50 | } |
||
51 | } |