Undeclared class properties
This commit is contained in:
parent
1b5054159c
commit
6db29d325e
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ use Symfony\Component\Process\ProcessBuilder;
|
|||
*/
|
||||
class VideoDownload
|
||||
{
|
||||
private $config;
|
||||
private $procBuilder;
|
||||
|
||||
/**
|
||||
* VideoDownload constructor.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue