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