Prep changelog for new release.

This commit is contained in:
James Cole
2020-04-10 07:20:45 +02:00
parent 166fc7a3e2
commit 4b716e35b9
2 changed files with 4 additions and 5 deletions

View File

@@ -77,10 +77,6 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property-read int|null $budgetlimits_count
* @property-read int|null $transaction_journals_count
* @property-read int|null $transactions_count
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property bool $encrypted
* @property-read \Illuminate\Database\Eloquent\Collection|\FireflyIII\Models\BudgetLimit[] $budgetlimits
*/
class Budget extends Model
{