supprimé : ../.env.example

modifié :         Http/Controllers/ReferentController.php
This commit is contained in:
sidya82 2015-02-15 11:49:35 +01:00
parent 71f60bc0be
commit 115005f2ca
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file

View File

@ -10,7 +10,7 @@ class ReferentController extends Controller {
*/
public function __construct()
{
$this->middleware('guest');
//
}
/**