This commit is contained in:
Simon Vieille 2015-07-19 16:45:04 +02:00
parent e91090b77c
commit 5fb853f3d5
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ use GitWrapper\GitException;
use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\RedirectResponse;
/** /**
* Class HomeController * Class EditController
* @author Simon Vieille <simon@deblan.fr> * @author Simon Vieille <simon@deblan.fr>
*/ */
class EditController extends Controller class EditController extends Controller

View file

@ -9,7 +9,7 @@ use Gist\Model\Gist;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
/** /**
* Class HomeController * Class ViewController
* @author Simon Vieille <simon@deblan.fr> * @author Simon Vieille <simon@deblan.fr>
*/ */
class ViewController extends Controller class ViewController extends Controller