chore: lint

This commit is contained in:
hackerESQ
2025-01-28 17:46:59 -06:00
parent e08c1880c6
commit be325d31b6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ declare(strict_types=1);
namespace App\Rules;
use App\Models\Portfolio;
use Illuminate\Support\Carbon;
use Illuminate\Contracts\Validation\ValidationRule;
use Illuminate\Support\Carbon;
class QuantityValidationRule implements ValidationRule
{