mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -64,11 +64,10 @@ use Illuminate\Support\Carbon;
|
||||
*/
|
||||
class AutoBudget extends Model
|
||||
{
|
||||
use SoftDeletes;
|
||||
public const AUTO_BUDGET_RESET = 1;
|
||||
public const AUTO_BUDGET_ROLLOVER = 2;
|
||||
|
||||
use SoftDeletes;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* @return BelongsTo
|
||||
|
Reference in New Issue
Block a user