Updated Authorization References
This PR replaces instances in the code where 'audit' authorization for a user was referenced. It now utilizes a new utility Filament::auth(). This change ensures seamless user authorization for 'audit' and 'restoreAudit' functions, thereby improving code readability and maintainability.
this allows for the correct guard being used for auth().
see https://github.com/TappNetwork/filament-auditing/issues/22