Browse Source

Update 'app/Http/Controllers/Api/ClaimedController.php'

ifah
Zafwan 5 years ago
parent
commit
c469ee5017
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Api/ClaimedController.php

+ 1
- 1
app/Http/Controllers/Api/ClaimedController.php View File

@@ -24,7 +24,7 @@ class ClaimedController extends BaseController
$id = Auth::guard('cs')->id();
$user = Staff::with('StaffDetail')->find($id);

$dateS = Carbon::createFromFormat('Y-m-d', '2019-01-01');
$dateS = Carbon::createFromFormat('Y-m-d', '2020-01-01');
$start = $dateS->copy()->startOfDay();
$dateE = Carbon::createFromFormat('Y-m-d', '2020-12-31');
$end = $dateE->copy()->endOfDay();

Loading…
Cancel
Save