mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: declare methods for AskForPassword trait
This commit is contained in:
parent
872764da5a
commit
e6e452dbe5
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
namespace App\Console\Commands\Traits;
|
||||
|
||||
/**
|
||||
* @method void error($message, $verbosity = null)
|
||||
* @method mixed secret($message, $fallback = true)
|
||||
*/
|
||||
trait AskForPassword
|
||||
{
|
||||
private function askForPassword(): string
|
||||
|
|
Loading…
Reference in a new issue