Browse Source

Create OpenMediaVault.php

pull/147/head
halorrr 7 years ago
committed by GitHub
parent
commit
2a60c80194
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/SupportedApps/OpenMediaVault.php

12
app/SupportedApps/OpenMediaVault.php

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class OpenMediaVault implements Contracts\Applications {
public function defaultColour()
{
return '#5AF';
}
public function icon()
{
return 'supportedapps/openmediavault.png';
}
}
Loading…
Cancel
Save