File "Service.php"

Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/App/Services/Service.php
File size: 106 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WPIDE\App\Services;

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