????
| Current Path : /home/arabianr/public_html/wp-content/plugins/simplybook/app/Interfaces/ |
| 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;
}