fix indentation
This commit is contained in:
parent
59910ecadc
commit
4ff5f139f7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Item extends Model
|
||||||
'Deluge' => \App\SupportedApps\Deluge::class,
|
'Deluge' => \App\SupportedApps\Deluge::class,
|
||||||
'Duplicati' => \App\SupportedApps\Duplicati::class,
|
'Duplicati' => \App\SupportedApps\Duplicati::class,
|
||||||
'Emby' => \App\SupportedApps\Emby::class,
|
'Emby' => \App\SupportedApps\Emby::class,
|
||||||
'Graylog' => \App\SupportedApps\Graylog::class,
|
'Graylog' => \App\SupportedApps\Graylog::class,
|
||||||
'Home Assistant' => \App\SupportedApps\HomeAssistant::class,
|
'Home Assistant' => \App\SupportedApps\HomeAssistant::class,
|
||||||
'Jackett' => \App\SupportedApps\Jackett::class,
|
'Jackett' => \App\SupportedApps\Jackett::class,
|
||||||
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
|
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
|
||||||
|
|
Loading…
Reference in a new issue