mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Rename various methods.
This commit is contained in:
		| @@ -138,9 +138,9 @@ class BillTransformer extends TransformerAbstract | ||||
|             $collector->setRange($this->parameters->get('start'), $this->parameters->get('end')); | ||||
|         } | ||||
|         $collector->setLimit($pageSize)->setPage($this->parameters->get('page')); | ||||
|         $journals = $collector->getTransactions(); | ||||
|         $transactions = $collector->getTransactions(); | ||||
|  | ||||
|         return $this->collection($journals, new TransactionTransformer($this->parameters), 'transactions'); | ||||
|         return $this->collection($transactions, new TransactionTransformer($this->parameters), 'transactions'); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user