Skip to content
Snippets Groups Projects
Commit d83e7c02 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] error fixes

parent b327700d
No related branches found
No related tags found
1 merge request!6TYPO3 11
......@@ -73,7 +73,7 @@ class CachedImageService {
*
* @param string $cacheDirectory
*/
public function __construct($cacheDirectory) {
public function __construct(string $cacheDirectory = '') {
$this->cacheDirectory = ltrim($cacheDirectory, '/');
}
......
......@@ -12,3 +12,4 @@ services:
SGalinski\SgYoutube\Service\YoutubeService:
public: true
autowire: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment