This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
WebController バグ修正
develop
sosuke.iwabuchi
2 years ago
parent
66cf680365
commit
3be4b10c53
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/Http/Controllers/Web/WebController.php
+ 1
- 1
app/Http/Controllers/Web/WebController.php
View File
@@ -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();
Write
Preview
Loading…
Cancel
Save