mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Restructure code to rename a variable.
This commit is contained in:
		| @@ -45,11 +45,11 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; | ||||
|  * @property TransactionCurrency $transactionCurrency | ||||
|  * @property Carbon              $created_at | ||||
|  * @property Carbon              $updated_at | ||||
|  * @property Carbon $date | ||||
|  * @property string $repeat_freq | ||||
|  * @property int $skip | ||||
|  * @property bool $automatch | ||||
|  * @property User $user | ||||
|  * @property Carbon              $date | ||||
|  * @property string              $repeat_freq | ||||
|  * @property int                 $skip | ||||
|  * @property bool                $automatch | ||||
|  * @property User                $user | ||||
|  */ | ||||
| class Bill extends Model | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user