firefly-iii/app/controllers/ReminderController.php

10 lines
98 B
PHP
Raw Normal View History

<?php
/**
* Class ReminderController
*
*/
class ReminderController extends BaseController
{
2014-10-12 02:34:10 -05:00
}