This commit is contained in:
Julio Cesar Laura Avendaño
2016-04-04 10:41:44 -04:00
parent afb17535c5
commit 125c9507a4

View File

@@ -138,7 +138,6 @@ class NotificationDevice
} catch (\Exception $e) {
throw new \Exception($e->getMessage(), Api::STAT_APP_EXCEPTION);
}
return $response;
}
@@ -233,7 +232,7 @@ class NotificationDevice
} catch (\Exception $e) {
throw new \Exception($e->getMessage(), Api::STAT_APP_EXCEPTION);
}
return $response;
}