Fixed that images did not work after merging #479

This commit is contained in:
Bernd Bestel 2020-03-01 19:48:08 +01:00
parent fc131f5598
commit c38c519b18
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -2,6 +2,8 @@
namespace Grocy\Controllers;
use \Grocy\Services\FilesService;
class FilesApiController extends BaseApiController
{
public function __construct(\DI\Container $container)