Skip to content

Instantly share code, notes, and snippets.

@damianoporta
Created March 2, 2015 13:55
Show Gist options
  • Save damianoporta/91e7a613762b71dc2dc2 to your computer and use it in GitHub Desktop.
Save damianoporta/91e7a613762b71dc2dc2 to your computer and use it in GitHub Desktop.
<?php
$agent = $this->Agents->patchEntity($agent, $this->request->data(), [
'associated' => [
'Users' => [
'validate' => 'signUp'
]
],
'validate' => 'signUp'
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment