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, ], ];