cd11cd290c
I don’t know why the codemod ignored these files 🧐
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
import { default as ApplicationAdapter, namespace } from './application';
|
|
|
|
export default class PolicyAdapter extends ApplicationAdapter {
|
|
namespace = namespace + '/acl';
|
|
}
|