class ReportPolicy
Intercept all checks.
Determine if the given report can be accessed by the user.
Determine if the given report can be destroyed by the user.
bool|null before(User $user, string $ability)
bool access(User $user, Report $report)
bool destroy(User $user, Report $report)