Update ServiceProvider.php
fixed left over hostfact artifact
This commit is contained in:
parent
c19729025f
commit
8bc5deb42f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
|
||||||
], 'config');
|
], 'config');
|
||||||
|
|
||||||
\Auth::provider('netbox', function ($app, array $config) {
|
\Auth::provider('netbox', function ($app, array $config) {
|
||||||
return new \wickedsoft\NetBox\Providers\HostFactProvider();
|
return new \wickedsoft\NetBox\Providers\NetBoxProvider();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue