remove unused require
This commit is contained in:
parent
ee590984b2
commit
b1ff3b8d75
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
const uuid = require('uuid');
|
const uuid = require('uuid');
|
||||||
|
|
||||||
const models = require('../models');
|
|
||||||
|
|
||||||
class ProfileServiceProvider {
|
class ProfileServiceProvider {
|
||||||
constructor({ models }) {
|
constructor({ models }) {
|
||||||
this.models = models;
|
this.models = models;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue