Mpociot\LaravelTestFactoryHelper\Console\GenerateCommand::__construct PHP Метод

__construct() публичный Метод

public __construct ( Illuminate\Filesystem\Filesystem $files, $view )
$files Illuminate\Filesystem\Filesystem
    public function __construct(Filesystem $files, $view)
    {
        parent::__construct();
        $this->files = $files;
        $this->view = $view;
    }