Illuminate\Foundation\Console\AppNameCommand::__construct PHP Method

__construct() public method

Create a new key generator command.
public __construct ( Illuminate\Support\Composer $composer, Illuminate\Filesystem\Filesystem $files ) : void
$composer Illuminate\Support\Composer
$files Illuminate\Filesystem\Filesystem
return void
    public function __construct(Composer $composer, Filesystem $files)
    {
        parent::__construct();
        $this->files = $files;
        $this->composer = $composer;
    }