Merge branch 'V2.9.2' of https://git.e-declic.net/talents-tube/website into V2.9.2
This commit is contained in:
@@ -151,8 +151,8 @@ class BatchController extends Controller
|
|||||||
}
|
}
|
||||||
$em->persist($u);
|
$em->persist($u);
|
||||||
$em->flush();
|
$em->flush();
|
||||||
//$response = $mj->post(Resources::$Email, ['body' => $body]);
|
$response = $mj->post(Resources::$Email, ['body' => $body]);
|
||||||
//$response->success() && var_dump($response->getData());
|
$response->success() && var_dump($response->getData());
|
||||||
|
|
||||||
$listeUsersRelance[]=array(
|
$listeUsersRelance[]=array(
|
||||||
'id' => $u->getId(),
|
'id' => $u->getId(),
|
||||||
|
|||||||
Reference in New Issue
Block a user