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',