* album export

This commit is contained in:
Danyi Dávid
2017-08-15 00:32:07 +02:00
parent 71253ff1ac
commit 5b04f5e222
7 changed files with 67 additions and 8 deletions

View File

@@ -44,6 +44,7 @@ class ConfigProvider
Action\ListGalleriesAction::class => Action\ListGalleriesFactory::class,
Action\GetImageAction::class => Action\GetImageFactory::class,
Action\ExportAlbumAction::class => Action\ExportAlbumFactory::class,
Service\GalleryService::class => Service\GalleryServiceFactory::class,
],