Selaa lähdekoodia

WebController バグ修正

develop
sosuke.iwabuchi 2 vuotta sitten
vanhempi
commit
3be4b10c53
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      app/Http/Controllers/Web/WebController.php

+ 1
- 1
app/Http/Controllers/Web/WebController.php Näytä tiedosto

@@ -212,7 +212,7 @@ abstract class WebController extends BaseController
if ($e->getStatusCode() === 401) {
return $this->unAuthorizedResponse();
}
throw e;
throw $e;
} catch (Exception $e) {
$this->transaction->rollBack();
Slack::commit();


Loading…
Peruuta
Tallenna