new language strings and updated code

This commit is contained in:
James Cole
2018-07-28 06:27:30 +02:00
parent 0ccc1271a6
commit 07ae64693e
49 changed files with 298 additions and 269 deletions

View File

@@ -22,6 +22,7 @@ declare(strict_types=1);
namespace FireflyIII\Models;
use Carbon\Carbon;
use Illuminate\Database\Eloquent\Model;
/**
@@ -31,7 +32,7 @@ use Illuminate\Database\Eloquent\Model;
* @property int $transaction_journal_id
* @property int $piggy_bank_id
* @property int $id
* @property mixed date
* @property Carbon date
*/
class PiggyBankEvent extends Model
{