diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 679c9d1..132342c 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -26,6 +26,6 @@ jobs: args: --config=.php-cs-fixer.dist.php --allow-risky=yes - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix styling diff --git a/config/fv-sitemap.php b/config/fv-sitemap.php index 3b0816e..8225cc8 100644 --- a/config/fv-sitemap.php +++ b/config/fv-sitemap.php @@ -47,6 +47,6 @@ * Specifies the model class to be used for fetching posts to be included in the sitemap. */ 'post_model' => [ - //App\Models\Post::class, + // App\Models\Post::class, ], ];