Corrections sur le Module.php
authorSébastien CHAZALLET <s.chazallet@gmail.com>
Sun, 2 Dec 2012 08:32:31 +0000 (09:32 +0100)
committerSébastien CHAZALLET <s.chazallet@gmail.com>
Sun, 2 Dec 2012 08:32:31 +0000 (09:32 +0100)
module/Galerie/Module.php

index 514869b..f4b7d9d 100644 (file)
@@ -99,15 +99,14 @@ class Module implements
                 'Galerie\Model\ContactTable' => function($sm) {
                     return new TableGateway(
                         'contact',
-                        Zend\Db\TableGateway\TableGateway
+                        Zend\Db\TableGateway\TableGateway,
                         null,
                         new HydratingResultSet(
                             new HydratorClassMethods,
                             new Contact
-                        );
+                        )
                     );
-                
-                }
+                },
             ),
         );
     }