wemx-service-contabo/helpers.php

8 lines
132 B
PHP
Raw Normal View History

2024-03-31 19:03:34 +01:00
<?php
if (!function_exists('contabo')) {
function contabo()
{
return new App\Services\Contabo\ContaboAPI();
}
}