adding deleted finally code in try catch

This commit is contained in:
Dante
2017-03-09 17:44:22 -04:00
parent 86eb058f15
commit 09d6f3a94d

View File

@@ -1254,6 +1254,8 @@ class Cases
} catch (exception $e) {
throw ($e);
} finally {
return $result;
}
}