Hello, this is a typical entry of the `storage/app/modules.json` file: ```JSON "Users": { "basename": "Users", "slug": "Users", "id": -717059347, "enabled": true, "order": 9001 }, ``` My question is: What is the meaning of the `id` property?
Hello,
this is a typical entry of the
storage/app/modules.jsonfile:My question is: What is the meaning of the
idproperty?