Clean up junk.
This commit is contained in:
parent
980e965cab
commit
0649ef21c6
|
@ -34,10 +34,6 @@
|
|||
|
||||
Route::get('/', function()
|
||||
{
|
||||
//Auth::logout();
|
||||
Auth::logout();
|
||||
var_dump(Auth::attempt(array('username' => 'taylorotwell@gmail.com', 'password' => 'secret')));
|
||||
dd(Auth::user());
|
||||
return View::make('home.index');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue