mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -62,14 +62,12 @@ use Illuminate\Support\Carbon;
|
||||
*/
|
||||
class RecurrenceRepetition extends Model
|
||||
{
|
||||
use SoftDeletes;
|
||||
public const WEEKEND_DO_NOTHING = 1;
|
||||
public const WEEKEND_SKIP_CREATION = 2;
|
||||
public const WEEKEND_TO_FRIDAY = 3;
|
||||
public const WEEKEND_TO_MONDAY = 4;
|
||||
|
||||
|
||||
use SoftDeletes;
|
||||
|
||||
/**
|
||||
* The attributes that should be casted to native types.
|
||||
*
|
||||
|
Reference in New Issue
Block a user