too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:19 +01:00
parent db9736b652
commit 11b7c80524
4 changed files with 4 additions and 4 deletions

View File

@ -68,5 +68,5 @@ final class StockLocationMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='warehousemgmt_stocklocation_id';
public const PRIMARYFIELD = 'warehousemgmt_stocklocation_id';
}

View File

@ -52,5 +52,5 @@ final class StockMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='warehousemgmt_stock_id';
public const PRIMARYFIELD = 'warehousemgmt_stock_id';
}

View File

@ -68,5 +68,5 @@ final class StockShelfMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='warehousemgmt_stockshelf_id';
public const PRIMARYFIELD = 'warehousemgmt_stockshelf_id';
}

View File

@ -11,7 +11,7 @@
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Karaka",
"name": "Jingga",
"website": "jingga.app"
},
"description": "Warehousing module.",