mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
fixup! chore: Rendi getAttribute
pubblico
This commit is contained in:
parent
1043715dc8
commit
a3f4ec27bb
4
resources/js/Models/Model.js
vendored
4
resources/js/Models/Model.js
vendored
@ -9,6 +9,10 @@ export default class Model extends BaseModel {
|
||||
return this.get();
|
||||
}
|
||||
|
||||
getAttribute(attributeName: string): any {
|
||||
return super.getAttribute(attributeName);
|
||||
}
|
||||
|
||||
getJsonApiBaseUrl(): string {
|
||||
return '/api';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user