Added middleware class headers

This commit is contained in:
James Brooks
2016-10-08 10:37:21 +01:00
parent dbc488b6b7
commit 96c0444783
9 changed files with 60 additions and 0 deletions

View File

@@ -16,6 +16,13 @@ use Illuminate\Contracts\Auth\Guard;
use Illuminate\Http\Request;
use Symfony\Component\HttpKernel\Exception\HttpException;
/**
* This is the authenticate middleware class.
*
* @author Joseph Cohen <joe@alt-three.com>
* @author Graham Campbell <james@alt-three.com>
* @author James Brooks <james@alt-three.com>
*/
class Authenticate
{
/**