fix splits command

and add splits test
This commit is contained in:
hackerESQ
2024-09-09 19:39:38 -05:00
parent 0c27ebaba5
commit 75fbd60a54
6 changed files with 80 additions and 32 deletions
@@ -36,6 +36,13 @@ class TransactionFactory extends Factory
];
}
public function yearsAgo(): static
{
return $this->state(fn (array $attributes) => [
'date' => $this->faker->date('Y-m-d', '-3 years'),
]);
}
public function symbol($symbol): static
{
return $this->state(fn (array $attributes) => [