File "Service_Provider.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Common/Contracts/Service_Provider.php
File size: 207 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace TEC\Common\Contracts;

use TEC\Common\lucatume\DI52\ServiceProvider as DI52_Service_Provider;

abstract class Service_Provider extends DI52_Service_Provider  {
    // Intentionally empty.
}