From 99871b075faca1579d515b1da3254bf4658ef9f8 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sun, 13 Oct 2024 12:04:07 -0400 Subject: [PATCH] Use plural table name --- config/activitylog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/activitylog.php b/config/activitylog.php index 5f6afcfa..ec2de1ca 100644 --- a/config/activitylog.php +++ b/config/activitylog.php @@ -41,7 +41,7 @@ * This is the name of the table that will be created by the migration and * used by the Activity model shipped with this package. */ - 'table_name' => 'activity_log', + 'table_name' => 'activity_logs', /* * This is the database connection that will be used by the migration and