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

This commit is contained in:
sidya82 2015-03-05 20:19:13 +01:00
parent 81f0d5de73
commit 2d2fdb3fd0
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use Input;
use Auth;
use Session;
use Request;
use Password;
class AdminController extends Controller {