取消调试
parent
dc7b305151
commit
c125698d54
|
|
@ -40,7 +40,6 @@ class CropYieldController extends Controller
|
||||||
|
|
||||||
public function show(CropYield $cropYield)
|
public function show(CropYield $cropYield)
|
||||||
{
|
{
|
||||||
dd($cropYield);
|
|
||||||
$cropYield->load(['base', 'crop', 'user']);
|
$cropYield->load(['base', 'crop', 'user']);
|
||||||
return $this->json(CropYieldResource::make($cropYield));
|
return $this->json(CropYieldResource::make($cropYield));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue