Browse Source

get docket

hajar
Siti Hajar Ibrahim 5 years ago
parent
commit
a3fd1c2dfc
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      app/Http/Controllers/Controller.php
  2. 1
    1
      routes/web.php

+ 1
- 1
app/Http/Controllers/Controller.php View File

@@ -147,7 +147,7 @@ class Controller extends BaseController
return $dealer_claimAll;
}

public function getDocket()
public function getDocketTest()
{
$docket = WorkOrder::all();


+ 1
- 1
routes/web.php View File

@@ -15,7 +15,7 @@ Route::get('/', function () {
});

Route::get('/request-reset-docket', 'Controller@resetDocket');
Route::get('/tukarcompany', 'Controller@getDocket');
Route::get('/tukarcompany', 'Controller@getDocketTest');
// Route::get('/delete-dealer-claim', 'Controller@deleteTodayClaim');

Route::get('/convert-password/{action}/', ['uses' => 'Auth\AdminController@encryptPassword']);

Loading…
Cancel
Save