how to use define const variable in class inside any controller in laravel code example
Example: laravel get a const variable
// In user model
const role_id
// Call with v
User::role_id
// In user model
const role_id
// Call with v
User::role_id