mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
clear test user data
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@ Route::get('password/reset/{token}', 'Auth\ResetPasswordController@showResetForm
|
||||
Route::post('password/reset', 'Auth\ResetPasswordController@postReset')->name('password.reset');
|
||||
Route::get('/clear-test', function(){
|
||||
$bookings = \App\Booking::where('user_id', 1)->get();
|
||||
dd($bookings);
|
||||
foreach ($bookings as $booking){
|
||||
dd($booking->invoices);
|
||||
}
|
||||
});
|
||||
|
||||
Route::get('/po-approval', function(){
|
||||
|
||||
Reference in New Issue
Block a user