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 claim december 2020
master
Siti Hajar Ibrahim
5 years ago
parent
826692c75d
commit
5a787e54b7
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
4
1
app/Http/Controllers/Controller.php
+ 4
- 1
app/Http/Controllers/Controller.php
View File
@@ -122,6 +122,9 @@ class Controller extends BaseController
{
$claim = DealerClaim::where('activated_my','12/2020')->get();
return $claim;
foreach ($claim as $key => $c) {
# code...
$c->forceDelete();
}
}
}
Write
Preview
Loading…
Cancel
Save