From d4dec5d97614b708e2ab159f0d07bd9d6d55afd3 Mon Sep 17 00:00:00 2001 From: Raza Mehdi Date: Mon, 15 Aug 2016 11:00:41 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 341fcb7..7a8a5a4 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ protected $hidden = [ //$provider = config('auth.guards.' . $guard . '.provider'); //$model = config('auth.providers.' . $provider . '.model'); - Uncomment these lines for use in Laravel 5.0 & 5.1 + // Uncomment the line below for use in Laravel 5.0 & 5.1 // $model = config('auth.model'); $user = (new $model)->findOrFail(