Browse Source

get database

master
Siti Hajar Ibrahim 5 years ago
parent
commit
367bca8581
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)
{
$claim = DealerClaim::where('projectT',null)->get();
$claim = DealerClaim::where('projectT',null)->orWhere('projectT','null')->get();

return $claim;
}

Loading…
Cancel
Save