Use the Setting facade. Fixes #430

This commit is contained in:
James Brooks
2015-01-27 22:08:50 +00:00
parent e533410e83
commit 5b618c0291

View File

@@ -2,7 +2,7 @@
namespace CachetHQ\Cachet\Http\After;
use CachetHQ\Cachet\Models\Setting;
use CachetHQ\Cachet\Facades\Setting;
use Illuminate\Http\Request;
use Illuminate\Routing\Route;
use Symfony\Component\HttpFoundation\Response;