034812ac02
refs https://github.com/TryGhost/Ghost/issues/14101 - `@classic` decorator is not required on adapter classes - small cleanup of Octane migration code
8 lines
221 B
JavaScript
8 lines
221 B
JavaScript
import EmbeddedRelationAdapter from 'ghost-admin/adapters/embedded-relation-adapter';
|
|
|
|
export default class Application extends EmbeddedRelationAdapter {
|
|
shouldBackgroundReloadRecord() {
|
|
return false;
|
|
}
|
|
}
|