Move constructor to app.

This commit is contained in:
Taylor Otwell
2015-01-20 11:09:40 -06:00
parent 61ff20256b
commit 013007a9e1
2 changed files with 19 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
<?php namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Contracts\Auth\Registrar;
use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers;
class AuthController extends Controller {