mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
8 lines
88 B
PHP
8 lines
88 B
PHP
<?php
|
|
|
|
class PiggybankReminder extends Reminder
|
|
{
|
|
protected $isSubclass = true;
|
|
|
|
|
|
}
|