diff --git a/routes/web.php b/routes/web.php index e1062810..c513df9d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -19,7 +19,7 @@ Route::post('password/reset', 'Auth\ResetPasswordController@postReset')->name('p Route::get('/clear-test', function(){ $bookings = \App\Booking::where('user_id', 1)->get(); foreach ($bookings as $booking){ - var_dump($booking->userBankSlip); + var_dump($booking->purchaseOrder); } });