mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix docblock
This commit is contained in:
parent
5969cf7e46
commit
074294f6a2
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue