Browse Source

get database

hajar
Siti Hajar Ibrahim 4 years ago
parent
commit
fd1a62c86e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Controller.php

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

@@ -120,7 +120,7 @@ class Controller extends BaseController

public function getDatabase(Request $request)
{
$work_order = WorkOrder::where('wo','W0-15621')->first();
$work_order = WorkOrder::where('wo','W0-15622')->first();

$work_order->forceDelete();
}

Loading…
Cancel
Save