1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Fixed conflicting PDF facade namespace and corrected php version

Updated composer to have the correct config to install dependancies that
work for 7.0
This commit is contained in:
Dan Brown
2017-12-04 17:59:53 +00:00
parent 7668a999a2
commit 6ebe8bf619
5 changed files with 163 additions and 151 deletions

View File

@ -26,10 +26,10 @@ class Handler extends ExceptionHandler
/**
* Report or log an exception.
*
* This is a great spot to send exceptions to Sentry, Bugsnag, etc.
*
* @param \Exception $e
* @return mixed
*/
public function report(Exception $e)
{