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