?AlkantarClanX12
| Current Path : /home/rankinh/villavanille/wp-content/plugins/feeds-for-youtube/inc/Data/ |
| Current File : /home/rankinh/villavanille/wp-content/plugins/feeds-for-youtube/inc/Data/DataFactory.php |
<?php
namespace SmashBalloon\YouTubeFeed\Data;
use SmashBalloon\YouTubeFeed\Container;
class DataFactory {
public function create($class) {
return Container::get_instance()->get($class);
}
}