Skip to content

Commit

Permalink
Role adapter made classic
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jul 4, 2023
1 parent 853ac98 commit db4d328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/app/adapters/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

// @ts-check
import { default as ApplicationAdapter, namespace } from './application';
import classic from 'ember-classic-decorator';

@classic
export default class RoleAdapter extends ApplicationAdapter {
namespace = namespace + '/acl';
}

0 comments on commit db4d328

Please sign in to comment.