Your IP : 216.73.216.130


Current Path : /var/www/html/wp-content/plugins/wpide/App/Services/
Upload File :
Current File : //var/www/html/wp-content/plugins/wpide/App/Services/Service.php

<?php

namespace WPIDE\App\Services;

interface Service
{
    public function init(array $config = []);
}