wemx-service-contabo/helpers.php
2024-03-31 10:03:34 -08:00

8 lines
No EOL
132 B
PHP

<?php
if (!function_exists('contabo')) {
function contabo()
{
return new App\Services\Contabo\ContaboAPI();
}
}