mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Mostly cleanup and bug fixes.
This commit is contained in:
@@ -34,7 +34,7 @@ use LaravelBook\Ardent\Ardent;
|
||||
* @method static \Illuminate\Database\Query\Builder|\Reminder whereRemindersableId($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\Reminder whereRemindersableType($value)
|
||||
*/
|
||||
class Reminder extends Eloquent
|
||||
class Reminder extends Ardent
|
||||
{
|
||||
|
||||
protected $table = 'reminders';
|
||||
|
Reference in New Issue
Block a user