Updates for partial due date validation when creating an invoice

This commit is contained in:
David Bomba
2024-01-16 14:25:43 +11:00
parent 512ae767bd
commit 548e5efb3a
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ parameters:
paths:
- app
excludePaths:
- vendor/*
- resources/*
- 'vendor/*'
- 'resources/*/*.php'
- 'app/Jobs/Ninja/*'
- 'app/Models/Presenters/*'
- 'app/Console/Commands/*'