X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=module%2FGalerie%2FModule.php;h=f4b7d9d9ace00b73f5635fdd737a98c8d5146aad;hp=514869bfcd613aa20e3bce0416cf551c01216540;hb=6f2038715259c00e89e7433e7031a4a9b1e92990;hpb=2e4504f2a16d16e6050cac0c9ad67823601fcff2 diff --git a/module/Galerie/Module.php b/module/Galerie/Module.php index 514869b..f4b7d9d 100644 --- a/module/Galerie/Module.php +++ b/module/Galerie/Module.php @@ -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 - ); + ) ); - - } + }, ), ); }