The postDeleteHook in the base SwaControllerAdmin class thought it was receiving a single int when in fact it was receiving an array of ints. Solved my imploding the array. Also restructured the method and add docblock to reduce confusion in the future.
The postDeleteHook in the base SwaControllerAdmin class thought it was receiving a single int when in fact it was receiving an array of ints. Solved my imploding the array. Also restructured the method and add docblock to reduce confusion in the future.
Fixes #113