Question: What does the ID value stand for?
Closed this issue · 2 comments
chriskonnertz commented
Hello,
this is a typical entry of the storage/app/modules.json
file:
"Users": {
"basename": "Users",
"slug": "Users",
"id": -717059347,
"enabled": true,
"order": 9001
},
My question is: What is the meaning of the id
property?
kaidesu commented
Nothing in particular - it's just a unique ID value as an additional means of identifying modules within your application.
chriskonnertz commented
Thank you! :)