mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 16:19:26 +00:00
Generalise MySQLDate to lib
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// Import user defined modules
|
// Import user defined modules
|
||||||
const MySQLDate = require('./MySQLDate');
|
const MySQLDate = require('../../lib/MySQLDate');
|
||||||
|
|
||||||
// Object storing configurations for the db tables
|
// Object storing configurations for the db tables
|
||||||
const details = {
|
const details = {
|
||||||
|
|||||||
Reference in New Issue
Block a user