mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Code optimalisations.
This commit is contained in:
		@@ -40,12 +40,14 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 | 
			
		||||
/**
 | 
			
		||||
 * Class TransactionJournal.
 | 
			
		||||
 *
 | 
			
		||||
 * @property User       $user
 | 
			
		||||
 * @property int        $bill_id
 | 
			
		||||
 * @property Collection $categories
 | 
			
		||||
 * @property bool       $completed
 | 
			
		||||
 * @property string     $description
 | 
			
		||||
 * @property string     $transaction_type_id
 | 
			
		||||
 * @property User                $user
 | 
			
		||||
 * @property int                 $bill_id
 | 
			
		||||
 * @property Collection          $categories
 | 
			
		||||
 * @property bool                $completed
 | 
			
		||||
 * @property string              $description
 | 
			
		||||
 * @property int                 $transaction_type_id
 | 
			
		||||
 * @property int                 transaction_currency_id
 | 
			
		||||
 * @property TransactionCurrency $transactionCurrency
 | 
			
		||||
 */
 | 
			
		||||
class TransactionJournal extends Model
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user