mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Some comment cleanup in the libraries.
This commit is contained in:
@@ -65,6 +65,16 @@ class EloquentReminderRepository implements ReminderRepositoryInterface
|
||||
return $this->_user->reminders()->validOn($today)->get();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function getPiggybankReminders()
|
||||
{
|
||||
$today = new Carbon;
|
||||
|
||||
return $this->_user->reminders()->where('class','PiggybankReminder')->validOn($today)->get();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user