取消调试

dev
vine_liutk 2022-10-17 14:53:29 +08:00
parent dc7b305151
commit c125698d54
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class CropYieldController extends Controller
public function show(CropYield $cropYield)
{
dd($cropYield);
$cropYield->load(['base', 'crop', 'user']);
return $this->json(CropYieldResource::make($cropYield));
}