Browse Source

Delete LazyLibrarian.php

pull/194/head
ullbergm 7 years ago
committed by GitHub
parent
commit
30c6020ce7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/SupportedApps/LazyLibrarian.php

12
app/SupportedApps/LazyLibrarian.php

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