????

Your IP : 216.73.217.84


Current Path : /home/arabianr/public_html/wp-content/plugins/simplybook/app/Interfaces/
Upload File :
Current File : /home/arabianr/public_html/wp-content/plugins/simplybook/app/Interfaces/ProviderInterface.php

<?php

namespace SimplyBook\Interfaces;

interface ProviderInterface
{
    /**
     * The method that gets called by the ProviderManager to serve the provided
     * functionality.
     */
    public function provide(): void;
}