We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e22d35b + 7e12b82 commit 70935feCopy full SHA for 70935fe
app/preload.php
@@ -28,10 +28,9 @@
28
realpath(__DIR__ . '/../vendor/felixfbecker'),
29
realpath(__DIR__ . '/../vendor/twig/twig'),
30
realpath(__DIR__ . '/../vendor/guzzlehttp/guzzle'),
31
- realpath(__DIR__ . '/../vendor/domnikl'),
32
+ realpath(__DIR__ . '/../vendor/slickdeals'),
33
realpath(__DIR__ . '/../vendor/psr/log'),
34
- realpath(__DIR__ . '/../vendor/piwik'),
+ realpath(__DIR__ . '/../vendor/matomo'),
35
realpath(__DIR__ . '/../vendor/symfony'),
36
] as $key => $value) {
37
if($value !== false) {
0 commit comments