Merge branch 'develop' into snipeit_v7_laravel10

This commit is contained in:
Brady Wetherington
2023-07-31 19:40:56 +01:00
9 changed files with 40 additions and 18 deletions
+5
View File
@@ -146,6 +146,11 @@ class AuthServiceProvider extends ServiceProvider
}
});
Gate::define('assets.view.encrypted_custom_fields', function ($user) {
if($user->hasAccess('assets.view.encrypted_custom_fields')){
return true;
}
});
// -----------------------------------------
// Reports