]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / static / dependencies.config.php
index f7f98bb6763e5088688f4789ad6c5c600c51ee9f..a7de89d614b56d9dbec3f0d42c796b7e2a2d79bf 100644 (file)
@@ -264,5 +264,8 @@ return [
                'constructParams' => [
                        $_SERVER
                ],
+       ],
+       \Psr\Clock\ClockInterface::class => [
+               'instanceOf' => Util\Clock\SystemClock::class
        ]
 ];