RalfEggert / zend-expressive-tutorial

Album tutorial for Zend\Expressive
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

Incorrect factory name #19

Closed SBC-Dana closed 8 years ago

SBC-Dana commented 8 years ago

Hi Ralph,

I'm following through the tutorial and noticed that in documentation for "Part 2: Album list middleware" under "Setup factory for album list middleware" it states "Please create a AlbumListActionFactory.php file". This is incorrect as the rest of the code references this factory as AlbumListFactory. I believe the easiest fix would be to change the file name to "AlbumListFactory.php". Or, the code could be changed to reference "AlbumListActionFactory" instead of "AlbumListFactory".

Thanks for the great tutorial !!

RalfEggert commented 8 years ago

This was fixed with one of the last commits