Can be written to.

This commit is contained in:
James Cole 2016-01-02 09:47:01 +01:00
parent de111c7100
commit eb7c79ad27

View File

@ -13,7 +13,7 @@ use Illuminate\Database\Eloquent\Model;
* @property integer $transaction_journal_id * @property integer $transaction_journal_id
* @property Carbon $date * @property Carbon $date
* @property float $amount * @property float $amount
* @property-read PiggyBank $piggyBank * @property PiggyBank $piggyBank
* @property-read TransactionJournal $transactionJournal * @property-read TransactionJournal $transactionJournal
*/ */
class PiggyBankEvent extends Model class PiggyBankEvent extends Model