mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
All code for reminders based on piggy banks. I hope.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
use Firefly\Database\SingleTableInheritanceEntity;
|
||||
|
||||
/**
|
||||
* Component
|
||||
@@ -20,7 +21,7 @@
|
||||
* @method static \Illuminate\Database\Query\Builder|\Component whereUserId($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\Component whereClass($value)
|
||||
*/
|
||||
class Component extends Firefly\Database\SingleTableInheritanceEntity
|
||||
class Component extends SingleTableInheritanceEntity
|
||||
{
|
||||
|
||||
public static $rules
|
||||
|
Reference in New Issue
Block a user