caffeinated/modules

Question: What does the ID value stand for?

Closed this issue · 2 comments

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?

Nothing in particular - it's just a unique ID value as an additional means of identifying modules within your application.

Thank you! :)