Mostly cleanup and bug fixes.

This commit is contained in:
James Cole
2014-11-25 21:04:00 +01:00
parent 918041258e
commit f05d626e38
28 changed files with 68 additions and 1594 deletions

View File

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