Skip to content

Commit

Permalink
Merge pull request #56 from dreamfactorysoftware/fix-throw-exception-…
Browse files Browse the repository at this point in the history
…true

Change default throw_exception to true
  • Loading branch information
yaroslavmo authored Nov 4, 2019
2 parents cf553a1 + 0cb2ab7 commit f350f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ public function handleRequest(
$payload = null,
$format = null,
$check_permission = true,
$throw_exception = false
$throw_exception = true
) {
if ($check_permission === true) {
if (false === Session::checkServicePermission($verb, $service, $resource, Session::getRequestor(),
Expand Down

0 comments on commit f350f83

Please sign in to comment.