This commit is contained in:
James Cole
2015-07-09 21:59:02 +02:00
parent d7a9a62a1d
commit 137208c3fd
6 changed files with 13 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ use Illuminate\Database\Eloquent\Model;
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\Bill whereSkip($value)
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\Bill whereNameEncrypted($value)
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\Bill whereMatchEncrypted($value)
* @property-read \Carbon\Carbon $nextExpectedMatch
* @property-read \Carbon\Carbon $lastFoundMatch
*/
class Bill extends Model
{