mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Various code clean up.
This commit is contained in:
		| @@ -32,7 +32,14 @@ use Log; | ||||
|  */ | ||||
| trait CreateJournalsTrait | ||||
| { | ||||
|  | ||||
|     /** | ||||
|      * @param User            $user | ||||
|      * @param TransactionType $type | ||||
|      * @param array           $data | ||||
|      * | ||||
|      * @return array | ||||
|      */ | ||||
|     abstract public function storeAccounts(User $user, TransactionType $type, array $data): array; | ||||
|  | ||||
|     /** | ||||
|      * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user