This commit is contained in:
Graham Campbell
2015-01-01 16:18:24 +00:00
parent a1e91be91c
commit 0b3042f34d
13 changed files with 27 additions and 23 deletions

View File

@@ -1,13 +1,13 @@
<?php
namespace CachetHQ\Cachet\Controllers
namespace CachetHQ\Cachet\Controllers;
use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Input;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Support\Facades\Validator;
use Illuminate\Support\Facades\View;
use Illuminate\Routing\Controller;
use Setting;
use User;