mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Update Composer dependencies.
This commit is contained in:
parent
9abaffeef6
commit
b51c9fcfa8
376 changed files with 18452 additions and 5748 deletions
|
@ -30,12 +30,6 @@ trait ServiceSubscriberTrait
|
|||
*/
|
||||
public static function getSubscribedServices(): array
|
||||
{
|
||||
static $services;
|
||||
|
||||
if (null !== $services) {
|
||||
return $services;
|
||||
}
|
||||
|
||||
$services = method_exists(get_parent_class(self::class) ?: '', __FUNCTION__) ? parent::getSubscribedServices() : [];
|
||||
$attributeOptIn = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue