Create helpers.php
This commit is contained in:
parent
01c557a92a
commit
655f8a4bdf
1 changed files with 10 additions and 0 deletions
10
src/helpers.php
Normal file
10
src/helpers.php
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
use wickedsoft\NetBox\NetBox;
|
||||||
|
|
||||||
|
if (!function_exists('netbox')) {
|
||||||
|
function netbox()
|
||||||
|
{
|
||||||
|
return app(NetBox::class);
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue