Skip to content

Commit f47b234

Browse files
committed
call parent xtor.
1 parent f74ac79 commit f47b234

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Foundation/Console/KeyGenerateCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class KeyGenerateCommand extends Command {
2727
*/
2828
public function __construct(Filesystem $files)
2929
{
30+
parent::__construct();
31+
3032
$this->files = $files;
3133
}
3234

0 commit comments

Comments
 (0)