diff options
Diffstat (limited to 'src/Controller/Unit.php')
-rw-r--r-- | src/Controller/Unit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Controller/Unit.php b/src/Controller/Unit.php index 602c6e8..c57ff01 100644 --- a/src/Controller/Unit.php +++ b/src/Controller/Unit.php @@ -226,7 +226,7 @@ class Unit ) ); $event->payload = json_encode([ - 'type' => 'Borrow', + 'type' => $request->get('type'), 'unit' => $request->get('unit'), 'amount' => $amount, 'source' => $village->id, |