trackers()->attach(Auth::user()->getAuthIdentifier(), ['time_start' => Carbon::now()]); return (new ApiResponseObject('Timer Started Successfully', 'You have successfully started the task timer', HttpStatus::OK_WITH_MESSAGE, []))->handler(); } }