modifié : SRC/app/Http/Controllers/ReferentController.php

This commit is contained in:
sidya82 2015-02-19 18:13:37 +01:00
parent 634914e582
commit 8f96fc263a
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class ReferentController extends Controller {
public function setListOeuvres ()
{
return Response::json(array('sucess' => 'true', ))
return Response::json(array('sucess' => 'true', ));
}
}