mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-05 15:56:27 +02:00
fix style
This commit is contained in:
parent
cc233f726a
commit
aac464704e
34 changed files with 147 additions and 107 deletions
|
@ -70,8 +70,7 @@ namespace controllers\publics;
|
|||
|
||||
//Add metas of contact by adding contact without datas
|
||||
$metas = $contact;
|
||||
unset($metas['datas']);
|
||||
unset($metas['id_user']);
|
||||
unset($metas['datas'], $metas['id_user']);
|
||||
|
||||
$datas = [
|
||||
'contact' => $contact['datas'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue