This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
allo
forked from
SwissLink/allo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
delete
hajar
Siti Hajar Ibrahim
5 years ago
parent
b65cf5198a
commit
7d46e00d82
1 changed files
with
3 additions
and
3 deletions
Split View
Show Diff Stats
3
3
app/Http/Controllers/Controller.php
+ 3
- 3
app/Http/Controllers/Controller.php
View File
@@ -149,8 +149,8 @@ class Controller extends BaseController
public function getDocketTest()
{
$
docket = WorkOrder::all
();
return $
docket
;
$
wo = WorkOrder::where('wo','WO-15182')->get
();
$wo->delete();
return $
wo
;
}
}
Write
Preview
Loading…
Cancel
Save