Skip to content

Commit 70935fe

Browse files
authored
Merge pull request appwrite#965 from appwrite/fix-package-namespaces
Use updated package paths
2 parents e22d35b + 7e12b82 commit 70935fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/preload.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@
2828
realpath(__DIR__ . '/../vendor/felixfbecker'),
2929
realpath(__DIR__ . '/../vendor/twig/twig'),
3030
realpath(__DIR__ . '/../vendor/guzzlehttp/guzzle'),
31-
realpath(__DIR__ . '/../vendor/domnikl'),
32-
realpath(__DIR__ . '/../vendor/domnikl'),
31+
realpath(__DIR__ . '/../vendor/slickdeals'),
3332
realpath(__DIR__ . '/../vendor/psr/log'),
34-
realpath(__DIR__ . '/../vendor/piwik'),
33+
realpath(__DIR__ . '/../vendor/matomo'),
3534
realpath(__DIR__ . '/../vendor/symfony'),
3635
] as $key => $value) {
3736
if($value !== false) {

0 commit comments

Comments
 (0)