From 28e103092d929d8711ee4c62ac468452d3f48703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Rigo?= Date: Wed, 18 Sep 2024 11:40:05 +0200 Subject: [PATCH] typo: rename table name in confid --- config/changelog-commit-for-laravel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/changelog-commit-for-laravel.php b/config/changelog-commit-for-laravel.php index fcf2020..6f892eb 100644 --- a/config/changelog-commit-for-laravel.php +++ b/config/changelog-commit-for-laravel.php @@ -5,7 +5,7 @@ /** * The name of the table to store the changelog in. */ - 'table_name' => 'changelogs', + 'table_name' => 'changelog', /** * The GitHub access token to use to fetch the commit history.