Files
szkoleniauryzaj.pl/wp-content/plugins/youtube-feed-pro/inc/Pro/Services/ServiceContainerPro.php
2026-04-26 23:47:49 +02:00

15 lines
292 B
PHP

<?php
namespace SmashBalloon\YouTubeFeed\Pro\Services;
use SmashBalloon\YouTubeFeed\Services\ServiceContainer;
use SmashBalloon\YouTubeFeed\Pro\Services\AdminAjaxServicePro;
class ServiceContainerPro extends ServiceContainer
{
protected $services = [
AdminAjaxServicePro::class,
];
}