Removed unnecessary use statement in logout controller (closes #96)

This commit is contained in:
Dave Earley 2016-05-12 11:19:12 +01:00
parent 4b9dd02a3d
commit 25b1b03b68
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
namespace App\Http\Controllers;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Routing\Controller;
class UserLogoutController extends Controller
{