All code for reminders based on piggy banks. I hope.

This commit is contained in:
James Cole
2014-08-23 22:32:12 +02:00
parent d56c00915c
commit 6e17c805c2
28 changed files with 652 additions and 44 deletions

View File

@@ -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