Skip to content

Commit

Permalink
Improve abort 404 message
Browse files Browse the repository at this point in the history
  • Loading branch information
dlimars committed Feb 13, 2018
1 parent 5bac23b commit 8629cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middlewares/TenantDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public function handle($request, Closure $next)
return $next($request);
}
}
abort(404);
abort(404, "Site Not Found");
}
}

0 comments on commit 8629cde

Please sign in to comment.