update
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user