Removed old create address class

ref #105
This commit is contained in:
2021-01-16 17:03:05 +01:00
parent 58ae9b589a
commit 2a465f88c5
2 changed files with 1 additions and 70 deletions

View File

@@ -8,7 +8,7 @@ import { Column } from "typeorm";
import { config } from '../../config';
/**
* Defines the Address entity.
* Defines the Address class.
* Implemented this way to prevent any formatting differences.
*/
export class Address {