Browse Source

Create Bookstack.php

pull/232/head
chbmb 7 years ago
committed by GitHub
parent
commit
a3dcc278d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      app/SupportedApps/Bookstack.php

14
app/SupportedApps/Bookstack.php

@ -0,0 +1,14 @@
<?php namespace App\SupportedApps;
class Bookstack implements Contracts\Applications {
public function defaultColour()
{
return '#02679E';
}
public function icon()
{
return 'supportedapps/bookstack.png';
}
}
Loading…
Cancel
Save