Added missing return void docs

This commit is contained in:
James Brooks
2015-09-19 12:30:38 +01:00
parent 3af02f725b
commit c2f8f23159
6 changed files with 12 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ class RedirectIfAuthenticated
* Create a new redirect if authenticated middleware instance.
*
* @param \Illuminate\Contracts\Auth\Guard $auth
*
* @return void
*/
public function __construct(Guard $auth)
{