added audit trails

This commit is contained in:
Jagad R R
2025-01-01 17:14:46 +07:00
parent 9b1ca9f58d
commit d4bbe3a602
20 changed files with 287 additions and 34 deletions
-2
View File
@@ -6,8 +6,6 @@ use Illuminate\Support\Facades\Auth;
class AuthenticationHelper
{
public static function CurrentLogin()
{
$auth = Auth::user()->username;