service-captcha/app/Models
Leonid Nikitin 1facb19efb
Refactor Role.php for improved code clarity.
The Role class in app/Models has been refactored to improve readability and maintainability. The 'slug' field was replaced with 'code' for consistency with the rest of the codebase. In addition, the 'isRemove' and 'isAdmin' methods were rewritten using new 'Attribute' Eloquent cast. This refactor enhances the code's clarity, promotes better comprehension, and clears redundant code comments.
2023-07-12 23:42:29 +06:00
..
Role.php Refactor Role.php for improved code clarity. 2023-07-12 23:42:29 +06:00
User.php Added the ability to save user settings. 2023-07-10 21:42:55 +06:00