From b0f40496def2fdf1d95f5015d376f25a08e06d7c Mon Sep 17 00:00:00 2001 From: AkrAm Date: Wed, 26 Jul 2023 17:03:29 +0600 Subject: [PATCH] Changed: default sheet class path to model directory --- config/sheets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sheets.php b/config/sheets.php index 5afac4d..763939a 100644 --- a/config/sheets.php +++ b/config/sheets.php @@ -9,7 +9,7 @@ 'posts' => [ 'disk' => 'posts', - 'sheet_class' => App\Post::class, + 'sheet_class' => App\Models\Post::class, 'path_parser' => Spatie\Sheets\PathParsers\SlugWithDateParser::class, 'content_parser' => Spatie\Sheets\ContentParsers\MarkdownParser::class, 'extension' => 'txt',