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