Hi, I am setting up a database for Zend 3 and browsing the tutorial. It seems like there is a missing piece in [Using ServiceManager to configure the table gateway and inject into the AlbumTable](https://docs.zendframework.com/tutorials/getting-started/database-and-models/#using-servicemanager-to-configure-the-table-gateway-and-inject-into-the-albumtable). In the `AlbumTable` factory a `Model\AlbumTableGateway::class` is used but there is no mention of that class before. Got it working by creating an empty `AlbumTableGateway` class extending `AbstractTableGateway` but it would be good to mention about it in the tutorial.
Hi,
I am setting up a database for Zend 3 and browsing the tutorial. It seems like there is a missing piece in Using ServiceManager to configure the table gateway and inject into the AlbumTable. In the
AlbumTablefactory aModel\AlbumTableGateway::classis used but there is no mention of that class before.Got it working by creating an empty
AlbumTableGatewayclass extendingAbstractTableGatewaybut it would be good to mention about it in the tutorial.