mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-11 05:26:09 +08:00
* Added BrotherPrinter (can also be used for scanners) * fixed icon * Updated description * Correct description --------- Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com>
8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\BrotherPrinter;
|
|
|
|
class BrotherPrinter extends \App\SupportedApps
|
|
{
|
|
}
|