This commit is contained in:
www
2015-02-24 11:36:54 +01:00
3 changed files with 11 additions and 0 deletions

View File

@ -149,4 +149,8 @@ class ReferentController extends Controller {
return Response::json($res->toArray());
}
public function addItemsToList() {
}
}