Skip to content

Commit

Permalink
Remove laravel references.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Mar 5, 2024
1 parent acae3dc commit bca7240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/acquia-memcached.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const LandoMemcached = require('@lando/memcached/builders/memcached.js');
module.exports = {
name: 'acquia-memcached',
parent: '_service',
builder: (parent, config) => class LaravelMemcached extends LandoMemcached.builder(parent, LandoMemcached.config) {
builder: (parent, config) => class AcquiaMemcached extends LandoMemcached.builder(parent, LandoMemcached.config) {
constructor(id, options = {}) {
super(id, options, {services: _.set({}, options.name)});
};
Expand Down

0 comments on commit bca7240

Please sign in to comment.