app/Filament/Resources/PostResource/Pages/CreatePost.php ---before--- class CreatePost extends CreateRecord { protected static string $resource = PostResource::class; } ---↓ ---after--- class CreatePost extends CreateRecord { protected static string $resource = PostResource::class; // ここ...