mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Should fix rule, category and other name checks. #793
This commit is contained in:
@@ -28,7 +28,7 @@ use Watson\Validating\ValidatingTrait;
|
||||
class Bill extends Model
|
||||
{
|
||||
|
||||
use ValidatingTrait;
|
||||
use SoftDeletes, ValidatingTrait;
|
||||
/**
|
||||
* The attributes that should be casted to native types.
|
||||
*
|
||||
|
Reference in New Issue
Block a user