8 lines
132 B
PHP
8 lines
132 B
PHP
|
<?php
|
||
|
|
||
|
if (!function_exists('contabo')) {
|
||
|
function contabo()
|
||
|
{
|
||
|
return new App\Services\Contabo\ContaboAPI();
|
||
|
}
|
||
|
}
|