modified: SRC/app/Http/Controllers/ReferentController.php

modified:   SRC/app/Http/routes.php
	modified:   SRC/public/js/ListeOeuvre.js
This commit is contained in:
Malibu
2015-02-24 11:35:26 +01:00
parent 407a955444
commit c2bef25f88
3 changed files with 11 additions and 0 deletions

View File

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