Skip to content

Commit

Permalink
Merge branch 'feature/multisite-job-queues' into feature/actually-mul…
Browse files Browse the repository at this point in the history
…tisite-job-queues
  • Loading branch information
rjmackay committed Nov 14, 2018
2 parents 6d36fc8 + f1c3aaf commit 69b1653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/AppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function define(Container $di)
$di->set('memcached', $di->lazy(function () use ($di) {
$config = $di->get('ratelimiter.config');

$memcached = new Memcached();
$memcached = new \Memcached();
$memcached->addServer($config['memcached']['host'], $config['memcached']['port']);

return $memcached;
Expand Down

0 comments on commit 69b1653

Please sign in to comment.