/* eslint-env node */ 'use strict'; module.exports = { name: 'ember-panda-adapter', included: function(/* app */) { this._super.included.apply(this, arguments); } };