Get a list of transactions belonging to the recurrence.

This commit is contained in:
James Cole
2018-07-02 20:39:45 +02:00
parent 10f195d334
commit e36a9fda1b
5 changed files with 56 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ class RecurrenceTransformer extends TransformerAbstract
*
* @var array
*/
protected $availableIncludes = ['user'];
protected $availableIncludes = ['user', 'transactions'];
/**
* List of resources to automatically include
*