Commit 0649ef21 authored by Taylor Otwell's avatar Taylor Otwell

Clean up junk.

parent 980e965c
......@@ -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');
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment