Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for getAlbumTable
问题 I am trying to modify and copy a custom module i have setup everything DB connection is but getting the error while going to view my module as follows: Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for getAlbumTable Here is the my module.config file: return array( 'controllers' => array( 'invokables' => array( 'Album\Controller\Album' => 'Album\Controller\AlbumController', ), ), // The following section is new and should be added to your file 'router' =>