Create Facade.php
This commit is contained in:
parent
2f0b9c7e0e
commit
9f09f266b6
1 changed files with 17 additions and 0 deletions
17
src/Facade.php
Normal file
17
src/Facade.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace wickedsoft\NetBox;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @method static \wickedsoft\NetBox\Api
|
||||||
|
*/
|
||||||
|
class Facade extends \Illuminate\Support\Facades\Facade
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* {@inheritDoc}
|
||||||
|
*/
|
||||||
|
protected static function getFacadeAccessor()
|
||||||
|
{
|
||||||
|
return 'NetBox';
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue