1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added User managment. Fixes #5

This commit is contained in:
Dan Brown
2015-08-08 20:05:30 +01:00
parent 588364a202
commit fc50a1400d
13 changed files with 298 additions and 3 deletions

View File

@ -17,8 +17,7 @@ class Authenticate
/**
* Create a new filter instance.
*
* @param Guard $auth
* @return void
* @param Guard $auth
*/
public function __construct(Guard $auth)
{