- Update the anonymous class syntax in the `add_admin_to_users` migration to use parentheses instead of a space before the opening brace. - This change ensures compatibility with newer versions of PHP.
- Added a new gate called `viewPulse` in the `AuthServiceProvider` class. - The gate allows only admin users to view the Pulse feature.