New php docs [skip ci]

This commit is contained in:
James Cole
2020-04-05 07:10:59 +02:00
parent e1a5d143c5
commit f13a6f7bf9
15 changed files with 52 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ use Illuminate\Support\Collection;
* @method static Builder|RecurrenceTransaction withoutTrashed()
* @mixin Eloquent
* @property-read int|null $recurrence_transaction_meta_count
* @property int $transaction_currency_id
*/
class RecurrenceTransaction extends Model
{