Create Bookstack.php

This commit is contained in:
chbmb 2018-07-18 21:13:53 +01:00 committed by GitHub
parent 5de473fa44
commit a3dcc278d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';
}
}