소스 검색

Blind commit, no real changes.

xaav 14 년 전
부모
커밋
1511fd41a7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Packagist/WebBundle/Controller/WebController.php

+ 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')) {