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

This commit is contained in:
Malibu 2015-02-19 01:03:45 +01:00
parent fa525a039f
commit c8439e2ba5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class ReferentController extends Controller {
$me = User::current();
$user = User::all();
$sessions = '';
$sessions = [];
// List Oeuvre of one user
//$sessions = ListeOeuvre::currentUser()->get();