1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
This commit is contained in:
Daniel Neto 2023-02-27 10:27:25 -03:00
parent c7f5a84398
commit c5a32b11f3
8 changed files with 15 additions and 13 deletions

View file

@ -29,7 +29,7 @@ class Definition
private $factory;
private $shared = true;
private $deprecation = [];
private $properties = [];
protected $properties = [];
private $calls = [];
private $instanceof = [];
private $autoconfigured = false;