mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
fix style
This commit is contained in:
parent
cc233f726a
commit
aac464704e
34 changed files with 147 additions and 107 deletions
|
@ -46,7 +46,7 @@ namespace controllers\publics;
|
|||
}
|
||||
|
||||
/**
|
||||
* Return sendeds as json
|
||||
* Return sendeds as json.
|
||||
*/
|
||||
public function list_json()
|
||||
{
|
||||
|
@ -59,7 +59,6 @@ namespace controllers\publics;
|
|||
header('Content-Type: application/json');
|
||||
echo json_encode(['data' => $entities]);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Cette fonction va supprimer une liste de sendeds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue