netbox-php/src/helpers.php

10 lines
143 B
PHP
Raw Normal View History

2021-03-10 17:19:23 -04:00
<?php
use wickedsoft\NetBox\NetBox;
if (!function_exists('netbox')) {
function netbox()
{
return app(NetBox::class);
}
}