Undeclared class properties

This commit is contained in:
Pierre Rudloff 2016-10-10 21:32:07 +02:00
parent 1b5054159c
commit 6db29d325e

View file

@ -12,6 +12,9 @@ use Symfony\Component\Process\ProcessBuilder;
*/ */
class VideoDownload class VideoDownload
{ {
private $config;
private $procBuilder;
/** /**
* VideoDownload constructor. * VideoDownload constructor.
*/ */