Browse Source

get database

master
Siti Hajar Ibrahim 4 years ago
parent
commit
2e9cd3764d
1 changed files with 1 additions and 4 deletions
  1. 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;
}
}

Loading…
Cancel
Save