Delete LazyLibrarian.php

This commit is contained in:
ullbergm 2018-06-06 19:08:32 -04:00 committed by GitHub
parent d00b1ce1a1
commit 30c6020ce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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