debug
This commit is contained in:
@@ -12,6 +12,7 @@ use App\Http\Traits\ApiResponse;
|
||||
use App\Models\Harim;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
use Throwable;
|
||||
|
||||
class ProvinceOfficeController extends Controller
|
||||
{
|
||||
@@ -31,9 +32,11 @@ class ProvinceOfficeController extends Controller
|
||||
);
|
||||
|
||||
return response()->json($data);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws Throwable
|
||||
*/
|
||||
public function feedback(FeedBackRequest $request, Harim $harim): JsonResponse
|
||||
{
|
||||
$harim->updateStateWithHistory(
|
||||
|
||||
Reference in New Issue
Block a user