Ver código fonte

Blind commit, no real changes.

xaav 13 anos atrás
pai
commit
1511fd41a7

+ 0 - 1
src/Packagist/WebBundle/Controller/WebController.php

@@ -80,7 +80,6 @@ class WebController extends Controller
     {
         $session = $this->get('session');
         $em = $this->getDoctrine()->getEntityManager();
-
         $package = new Package;
 
         if($repository = $session->get('repository')) {