Heimdall-Apps/BrotherPrinter/BrotherPrinter.php
Listiges Känguru 1ce2a3386f
feat: added BrotherPrinter (#703)
* 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>
2024-02-28 11:50:59 +01:00

8 lines
104 B
PHP

<?php
namespace App\SupportedApps\BrotherPrinter;
class BrotherPrinter extends \App\SupportedApps
{
}