From 9ad36a2c3118ae127b41c6fb85cf53cb286ea9fa Mon Sep 17 00:00:00 2001 From: Ratheep Date: Tue, 13 Feb 2018 14:36:47 +0530 Subject: [PATCH] CouldNotLogActivity not found error fixed --- src/AuditLogger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AuditLogger.php b/src/AuditLogger.php index 3400fd0..083891b 100755 --- a/src/AuditLogger.php +++ b/src/AuditLogger.php @@ -176,7 +176,7 @@ protected function normalizeCauser($modelOrId): Model return $model; } - throw CouldNotLogActivity::couldNotDetermineUser($modelOrId); + throw CouldNotLogAudit::couldNotDetermineUser($modelOrId); } protected function replacePlaceholders(string $description, AuditLog $activity): string