Fix docblock

This commit is contained in:
An Phan 2015-12-21 00:07:20 +08:00
parent 5969cf7e46
commit 074294f6a2

View file

@ -17,9 +17,8 @@ class LastfmController extends Controller
protected $auth;
/**
* Construct the controller with a custom Redirector via DI.
* Construct the controller and inject the current auth.
*
* @param Redirector $redirector
* @param Guard $auth
*/
public function __construct(Guard $auth)