Clean up junk.
This commit is contained in:
@@ -34,10 +34,6 @@
|
|||||||
|
|
||||||
Route::get('/', function()
|
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');
|
return View::make('home.index');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user