mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 07:03:23 -06:00
10 lines
98 B
PHP
10 lines
98 B
PHP
<?php
|
|
|
|
/**
|
|
* Class ReminderController
|
|
*
|
|
*/
|
|
class ReminderController extends BaseController
|
|
{
|
|
|
|
} |