Merge branch 'laravel-upgrade' of https://github.com/CachetHQ/Cachet into laravel-upgrade

This commit is contained in:
Graham Campbell 2018-12-28 14:02:26 +00:00
commit 3ab5393404

View File

@ -15,7 +15,6 @@ use CachetHQ\Cachet\Settings\ReadException;
use Exception;
use GrahamCampbell\Exceptions\Displayers\DisplayerInterface;
use Illuminate\Http\Request;
use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
class SettingsDisplayer implements DisplayerInterface
{