mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
feat: add auth via google
This commit is contained in:
5
app/models/app_base_model.ts
Normal file
5
app/models/app_base_model.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { BaseModel, CamelCaseNamingStrategy } from '@adonisjs/lucid/orm';
|
||||
|
||||
export default class AppBaseModel extends BaseModel {
|
||||
static namingStrategy = new CamelCaseNamingStrategy();
|
||||
}
|
||||
Reference in New Issue
Block a user