Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2016-12-03 19:26:12 +00:00
committed by StyleCI Bot
parent 77da0c9de1
commit f98eab988d
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
namespace CachetHQ\Cachet\Http\Middleware; namespace CachetHQ\Cachet\Http\Middleware;
use Closure; use Closure;
use Exception;
use Illuminate\Contracts\Config\Repository; use Illuminate\Contracts\Config\Repository;
use Illuminate\Http\Request; use Illuminate\Http\Request;

View File

@@ -9,7 +9,6 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
Route::get('/', function () { Route::get('/', function () {
return view('welcome'); return view('welcome');
}); });